diff options
author | Kay Sievers <kay@vrfy.org> | 2012-04-13 15:57:13 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-04-13 15:57:13 +0200 |
commit | 9b80f05fb727edc70a305d912ab6cf1c3bdbf67e (patch) | |
tree | 5d1ef44b806ae80a71bb37356a3a8244597a986d /src | |
parent | 56d35ff9ca31a5daea0a85f05156dac76287f05e (diff) |
udev: unpack sysfs test tree only on 'make check'; fix test-udev binary location
Diffstat (limited to 'src')
-rwxr-xr-x | src/udev/test/udev-test.pl | 2 |
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"; |