aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-08-07 11:12:48 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-08-07 19:15:31 +0200
commit102831867ce5c0618fc06a9a3386881300d5994e (patch)
tree7b95a7ae66ef58d79cdc8c72020f0c019cf654b2 /test
parent3524b26220a424ce35bcfaf778002495f663eb26 (diff)
downloadudev-102831867ce5c0618fc06a9a3386881300d5994e.tar.gz
Fix another relative path for the new working directory.
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 e90cd146..79ed247d 100755
--- a/test/udev-test.pl
+++ b/test/udev-test.pl
@@ -21,7 +21,7 @@ use warnings;
use strict;
my $PWD = $ENV{PWD};
-my $sysfs = "sys/";
+my $sysfs = "test/sys/";
my $udev_bin = "udev/test-udev";
my $valgrind = 0;
my $udev_bin_valgrind = "valgrind --tool=memcheck --leak-check=yes --quiet $udev_bin";