aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-03-18 17:04:47 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-03-18 17:04:47 +0100
commit183215e7cd72474e7a077a1bd8a4db6f9cac60b5 (patch)
tree66e10dd442f109c709af7500585411113dd0eb80 /test
parent91418155ae9034f466d436c314cd136309bc557d (diff)
downloadudev-183215e7cd72474e7a077a1bd8a4db6f9cac60b5.tar.gz
build-sys: place build binaries in the root
Diffstat (limited to 'test')
-rwxr-xr-xtest/udev-test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl
index 0706c7ad..0b379b0d 100755
--- a/test/udev-test.pl
+++ b/test/udev-test.pl
@@ -22,7 +22,7 @@ use strict;
my $PWD = $ENV{PWD};
my $sysfs = "test/sys";
-my $udev_bin = "src/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";