projects
/
scpubgit/Test-Harness-Selenium.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7522d6a
)
vncserver is a wrapper script for starting xnvc; use that.
Chris Nehren [Fri, 14 Jan 2011 13:22:50 +0000 (08:22 -0500)]
lib/Test/Harness/Selenium.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/Harness/Selenium.pm
b/lib/Test/Harness/Selenium.pm
index
51d099f
..
f57419d
100644
(file)
--- a/
lib/Test/Harness/Selenium.pm
+++ b/
lib/Test/Harness/Selenium.pm
@@
-41,7
+41,7
@@
sub new {
$self->{xvnc_pid} = $xvnc_pid;
}
else {
- exec("Xvnc", $self->{xvnc});
+ exec("vncserver", $self->{xvnc});
}
}
bless $self, $class;