Fix another relative path for the new working directory.

This commit is contained in:
Diego Elio 'Flameeyes' Pettenò 2009-08-07 11:12:48 +02:00 committed by Kay Sievers
parent 3524b26220
commit 102831867c

View file

@ -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";