diff options
author | Kay Sievers <kay@vrfy.org> | 2012-07-15 22:10:46 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-07-15 22:10:46 +0200 |
commit | 4cb72937d3c10948e4904388ea27efae75775f08 (patch) | |
tree | bf7feaedf35aece23c30365747e75204b762ba60 /test | |
parent | cf3fb69acba245356022ccc087da640a6093584d (diff) |
udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /run
Diffstat (limited to 'test')
-rwxr-xr-x | test/udev-test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index d80b00c374..e91dda11cf 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -891,7 +891,7 @@ EOF { desc => "udev_root substitution", devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1", - exp_name => "start-test/dev-end", + exp_name => "start-/dev-end", rules => <<EOF SUBSYSTEMS=="scsi", KERNEL=="sda1", SYMLINK+="start-%r-end" EOF |