From: robert.read Date: Fri, 31 Jul 2009 18:08:08 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_231~8 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=474566144b94ed1a49d7797439b77fbb2b0ba37c;p=fs%2Flustre-release.git Branch HEAD b=19963 i=johann i=andrew Delete test file. --- diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 08e8323..c6ebf69 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -353,6 +353,7 @@ test_13() { wait $pid || return 1 $CHECKSTAT -s 1 -p 0 $DIR/$tfile || return 2 + rm $DIR/$tfile || return 4 return 0 } run_test 13 "open chmod 0 |x| write close"