From c7a245217ce0f1bd263d897676ebb185e9ddb429 Mon Sep 17 00:00:00 2001 From: tappro Date: Wed, 3 Jun 2009 07:31:10 +0000 Subject: [PATCH] Branch b_release_1_8_1 b=19578 i=grev Correct mode to check --- lustre/tests/replay-vbr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/replay-vbr.sh b/lustre/tests/replay-vbr.sh index 9d4d273..95af88b 100644 --- a/lustre/tests/replay-vbr.sh +++ b/lustre/tests/replay-vbr.sh @@ -149,7 +149,7 @@ test_3b() { # recovery should fail due to missing client 2 do_node $CLIENT1 df $DIR && return 1 - do_node $CLIENT1 $CHECKSTAT -p 755 $DIR/$tfile && return 2 + do_node $CLIENT1 $CHECKSTAT -p 0755 $DIR/$tfile && return 2 zconf_mount $CLIENT2 $DIR || error "mount $CLIENT2 $DIR fail" zconf_umount_clients $CLIENTS $DIR -- 1.8.3.1