From: Diego Elio 'Flameeyes' Pettenò Date: Fri, 7 Aug 2009 09:12:48 +0000 (+0200) Subject: Fix another relative path for the new working directory. X-Git-Tag: 174~843 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=102831867ce5c0618fc06a9a3386881300d5994e;p=thirdparty%2Fsystemd.git Fix another relative path for the new working directory. --- diff --git a/test/udev-test.pl b/test/udev-test.pl index e90cd146123..79ed247d46c 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";