diff options
author | Harald Hoyer <harald@redhat.com> | 2009-10-09 13:18:05 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-10-09 13:18:05 +0200 |
commit | ffd0861b7cf374aec6a39459dc6a6c997590a9e6 (patch) | |
tree | 3139d1404a4cf6b58c12db2d9deab0e0df459db4 /test/TEST-30-ISCSI | |
parent | e5ccf5eb93a90116288c786a83176955cfc6dcce (diff) | |
download | dracut-ffd0861b7cf374aec6a39459dc6a6c997590a9e6.tar.gz dracut-ffd0861b7cf374aec6a39459dc6a6c997590a9e6.tar.bz2 dracut-ffd0861b7cf374aec6a39459dc6a6c997590a9e6.zip |
test/*/hard-off.sh: do not powerdown on rdshell
Diffstat (limited to 'test/TEST-30-ISCSI')
-rwxr-xr-x | test/TEST-30-ISCSI/hard-off.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-30-ISCSI/hard-off.sh b/test/TEST-30-ISCSI/hard-off.sh index 6bc4b758..c9638321 100755 --- a/test/TEST-30-ISCSI/hard-off.sh +++ b/test/TEST-30-ISCSI/hard-off.sh @@ -1,3 +1,3 @@ #!/bin/sh -getarg rdinitdebug || poweroff -f +getarg rdshell || poweroff -f getarg failme && poweroff -f |