Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f20530
)
- test 19 should take one more internal ea into account (parent fid)
author
alex
<alex>
Sat, 6 Aug 2005 12:30:49 +0000
(12:30 +0000)
committer
alex
<alex>
Sat, 6 Aug 2005 12:30:49 +0000
(12:30 +0000)
lustre/tests/sanityN.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanityN.sh
b/lustre/tests/sanityN.sh
index
66bb9bd
..
700ac92
100644
(file)
--- 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