From 92bd3630adf6a03b3f7bbe587997fd09f5174150 Mon Sep 17 00:00:00 2001 From: johann Date: Tue, 23 Jun 2009 14:39:03 +0000 Subject: [PATCH] Branch b1_8 b=19797 i=grev Fix return code of test 84. --- lustre/tests/replay-single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.8.3.1