summaryrefslogtreecommitdiff
path: root/src/udev/test/udev-test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/udev/test/udev-test.pl')
-rwxr-xr-xsrc/udev/test/udev-test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/test/udev-test.pl b/src/udev/test/udev-test.pl
index e2bfae32bf..a09e1b5fe2 100755
--- a/src/udev/test/udev-test.pl
+++ b/src/udev/test/udev-test.pl
@@ -22,7 +22,7 @@ use strict;
my $PWD = $ENV{PWD};
my $sysfs = "src/udev/test/sys";
-my $udev_bin = ".libs/test-udev";
+my $udev_bin = "./test-udev";
my $valgrind = 0;
my $udev_bin_valgrind = "valgrind --tool=memcheck --leak-check=yes --quiet $udev_bin";
my $udev_root = "udev-root";