Whamcloud - gitweb
Branch b1_8
authorzam <zam>
Fri, 3 Jul 2009 15:04:45 +0000 (15:04 +0000)
committerzam <zam>
Fri, 3 Jul 2009 15:04:45 +0000 (15:04 +0000)
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

index 0409118..9833771 100755 (executable)
@@ -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"