From: johann Date: Tue, 23 Jun 2009 14:39:03 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_8_2_01~1^2~301 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=92bd3630adf6a03b3f7bbe587997fd09f5174150;p=fs%2Flustre-release.git Branch b1_8 b=19797 i=grev Fix return code of test 84. --- diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index cbe373b..0409118 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -2072,7 +2072,7 @@ test_84() { createmany -o $DIR/$tfile- 1 & PID=$! mds_evict_client - wait $PID + wait $PID || true } run_test 84 "stale open during export disconnect"