vncserver is a wrapper script for starting xnvc; use that. Add test exercising
[scpubgit/Test-Harness-Selenium.git] / lib / Test / Harness / Selenium.pm
index 51d099f..f57419d 100644 (file)
@@ -41,7 +41,7 @@ sub new {
       $self->{xvnc_pid} = $xvnc_pid;
     }
     else {
-      exec("Xvnc", $self->{xvnc});
+      exec("vncserver", $self->{xvnc});
     }
   }
   bless $self, $class;