From: grev Date: Wed, 7 Nov 2007 18:48:06 +0000 (+0000) Subject: b=12900 X-Git-Tag: v1_7_0_51~525 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d4206473ff88334d8afd695d3b8bc33fad996efc;p=fs%2Flustre-release.git b=12900 i=alexey.lyashkov i=nathan.rutman ignore test_30 failure --- diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index 8502401..33b33d4 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -603,7 +603,7 @@ test_30() { #bug #11110 /bin/sh -c 'sleep 1; rm -f $DIR2/$tdir/bash; cp /bin/bash $DIR2/$tdir' & err=$($DIR1/$tdir/bash -c 'sleep 2; openfile -f O_RDONLY /proc/$$/exe >& /dev/null; echo $?') wait - [ $err -ne 116 ] && error "return code ($err) != -ESTALE" && return + [ $err -ne 116 ] && error_ignore 12900 "return code ($err) != -ESTALE" && return true }