Whamcloud - gitweb
- test 19 should take one more internal ea into account (parent fid)
authoralex <alex>
Sat, 6 Aug 2005 12:30:49 +0000 (12:30 +0000)
committeralex <alex>
Sat, 6 Aug 2005 12:30:49 +0000 (12:30 +0000)
lustre/tests/sanityN.sh

index 66bb9bd..700ac92 100644 (file)
@@ -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