From: bobijam Date: Mon, 1 Sep 2008 10:23:04 +0000 (+0000) Subject: reformat (replace tab with spaces). X-Git-Tag: v1_7_100~1^377~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=da5f6e54b8dfe42eeaa0596d858f8a50383d3691;p=fs%2Flustre-release.git reformat (replace tab with spaces). --- diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 2d37204..33e7efc 100755 --- 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"