summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-04-13 15:57:13 +0200
committerKay Sievers <kay@vrfy.org>2012-04-13 15:57:13 +0200
commit9b80f05fb727edc70a305d912ab6cf1c3bdbf67e (patch)
tree5d1ef44b806ae80a71bb37356a3a8244597a986d /src
parent56d35ff9ca31a5daea0a85f05156dac76287f05e (diff)
udev: unpack sysfs test tree only on 'make check'; fix test-udev binary location
Diffstat (limited to 'src')
-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 e2bfae32b..a09e1b5fe 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";