From: Michael Wiebusch Date: Wed, 24 Jul 2013 14:53:50 +0000 (+0200) Subject: small change X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=10d0d3e5362c6e0d940f194746e5664a76c7a52f;p=mvdsensorcontrol.git small change --- diff --git a/tools/testgui.pl b/tools/testgui.pl index ee635ea..943abf7 100755 --- a/tools/testgui.pl +++ b/tools/testgui.pl @@ -32,6 +32,6 @@ print escapeHTML("hallo<<<>>>&&&!!"),br; print escapeHTML($here); chdir("./preview") or die "could not change directory!"; -system("./run -t 0.1"); +system("./run.pl -t 0.1"); chdir($here);