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:
49f8cf0
)
reformat (replace tab with spaces).
author
bobijam
<bobijam>
Mon, 1 Sep 2008 10:23:04 +0000
(10:23 +0000)
committer
bobijam
<bobijam>
Mon, 1 Sep 2008 10:23:04 +0000
(10:23 +0000)
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
2d37204
..
33e7efc
100755
(executable)
--- a/
lustre/tests/replay-single.sh
+++ b/
lustre/tests/replay-single.sh
@@
-1288,7
+1288,7
@@
test_58b() {
run_test 58b "test replay of setxattr op"
test_58c() { # bug 16570
- mount_client $MOUNT2
+
mount_client $MOUNT2
mkdir -p $DIR/$tdir
touch $DIR/$tdir/$tfile
drop_request "setfattr -n trusted.foo -v bar $DIR/$tdir/$tfile" || \
@@
-1301,7
+1301,7
@@
test_58c() { # bug 16570
[ x$VAL = x"bar1" ] || return 4
rm -f $DIR/$tdir/$tfile
rmdir $DIR/$tdir
- zconf_umount `hostname` $MOUNT2
+
zconf_umount `hostname` $MOUNT2
}
run_test 58c "resend/reconstruct setxattr op"