From a2ecd4138b9aefdbb2809eff9b62a40f860149dd Mon Sep 17 00:00:00 2001 From: zam Date: Fri, 3 Jul 2009 15:04:45 +0000 Subject: [PATCH] Branch b1_8 b=19963 i=johann i=andrew.perepechko remove temporary file upon successful completion of replay-single test 13; check whether it is deletable and can it cause an EEXIST failure in replay-dual test 13 (see bug 19963). --- lustre/tests/replay-single.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 0409118..9833771 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -290,6 +290,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" -- 1.8.3.1