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:
238f3cb
)
b=15524
author
girish
<girish>
Fri, 23 Jan 2009 16:27:51 +0000
(16:27 +0000)
committer
girish
<girish>
Fri, 23 Jan 2009 16:27:51 +0000
(16:27 +0000)
i=huanghua
i=kalpak
fix test 102f
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
3233e82
..
bd832b5
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-3996,7
+3996,7
@@
test_102f() {
if [ "$TAR" == "tar" ]; then
TAR_OPTS="--xattrs"
fi
- $TAR cf - $TAR_OPTS
.
| $TAR xf - $TAR_OPTS -C $DIR/d102f
+ $TAR cf - $TAR_OPTS
$tdir
| $TAR xf - $TAR_OPTS -C $DIR/d102f
cd $DIR/d102f/$tdir
compare_stripe_info1
}