diff options
Diffstat (limited to 'test/udev-test.pl.in')
-rwxr-xr-x | test/udev-test.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/udev-test.pl.in b/test/udev-test.pl.in index 05055013d5..6c5eeee762 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"; |