aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-01-05 22:41:45 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-01-06 05:07:10 +0100
commitad29a9f14fa8b1932c0e418bfcf1c10ce6a35a33 (patch)
tree9212c3d9d937234c25d19b993664b8ed164869a5 /test
parent9fbe27d9d6dc6e4530ce904d35c74326e415e34e (diff)
downloadudev-ad29a9f14fa8b1932c0e418bfcf1c10ce6a35a33.tar.gz
merge udev/, libudev/, systemd/ files in src/; move extras/ to src/
Diffstat (limited to 'test')
-rwxr-xr-xtest/udev-test.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/udev-test.pl.in b/test/udev-test.pl.in
index 05055013..6c5eeee7 100755
--- a/test/udev-test.pl.in
+++ b/test/udev-test.pl.in
@@ -22,7 +22,7 @@ use strict;
my $PWD = $ENV{PWD};
my $sysfs = "test/sys/";
-my $udev_bin = "udev/test-udev";
+my $udev_bin = "src/test-udev";
my $valgrind = 0;
my $udev_bin_valgrind = "valgrind --tool=memcheck --leak-check=yes --quiet $udev_bin";
my $udev_root = "udev-root";