From: alex Date: Sat, 6 Aug 2005 12:30:49 +0000 (+0000) Subject: - test 19 should take one more internal ea into account (parent fid) X-Git-Tag: 1.4.10~800 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=6642622d7243b74b0233c862af10c7b62836b480;p=fs%2Flustre-release.git - test 19 should take one more internal ea into account (parent fid) --- diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index 66bb9bd..700ac92 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -408,7 +408,7 @@ test_19() { # bug 2441 setfattr -n trusted.name2 -v value2 $DIR2/f2b || error setfattr -n trusted.name3 -v value3 $DIR1/f2b || error [ `getfattr -d -m "^trusted" $DIR2/f2b 2> /dev/null | \ - grep "trusted" | wc -l` -eq 5 ] || error + grep "trusted" | wc -l` -eq 6 ] || error setfattr -n user.author2 -v author2 $DIR/f2b || error setfattr -n user.author3 -v author3 $DIR/f2b || error