1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00

[PATCH] fix test for temporary nodes

This commit is contained in:
patmans@us.ibm.com 2005-02-11 03:28:17 +01:00 committed by Greg KH
parent 6a24dc7477
commit fd42f6a170

View File

@ -1066,9 +1066,9 @@ EOF
desc => "temporary node creation test",
subsys => "block",
devpath => "/block/sda",
exp_name => "sda",
exp_name => "node",
conf => <<EOF
BUS="scsi", KERNEL="sda", PROGRAM="/usr/bin/test ! -b %N" NAME="%N"
BUS="scsi", KERNEL="sda", PROGRAM="/usr/bin/test -b %N" NAME="node"
EOF
},
{