summaryrefslogtreecommitdiffstats
path: root/move/tree/wait4x
diff options
context:
space:
mode:
Diffstat (limited to 'move/tree/wait4x')
-rwxr-xr-xmove/tree/wait4x4
1 files changed, 2 insertions, 2 deletions
diff --git a/move/tree/wait4x b/move/tree/wait4x
index 40655e94c..a3158f1bd 100755
--- a/move/tree/wait4x
+++ b/move/tree/wait4x
@@ -2,7 +2,7 @@
use MDK::Common;
use lib qw(/usr/lib/libDrakX);
-use c;
+use xf86misc::main;
my $nb = 0;
$| = 1;
@@ -11,7 +11,7 @@ foreach (1..30) {
print ".";
sleep 1;
print("no X server :(\n"), exit 1 if !fuzzy_pidofs(qr/\bX_move\b/);
- $nb++ if c::Xtest(':0');
+ $nb++ if xf86misc::main::Xtest(':0');
if ($nb > 2) { #- one succeeded test is not enough :-(
print "found\n";
exit 0;