diff options
author | Wayne Davison <wayned@samba.org> | 2004-02-04 03:58:19 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2004-02-04 03:58:19 +0000 |
commit | 17f033b72503bf9ce53e4c0c44a48ab7507eb1aa (patch) | |
tree | 5a81cbabc18c901716766a1bdcdaaf97c0b613bd /testsuite | |
parent | cefed3e8dc9488adb86ae9be4471641ece53cfa2 (diff) | |
download | rsync-17f033b72503bf9ce53e4c0c44a48ab7507eb1aa.tar.gz rsync-17f033b72503bf9ce53e4c0c44a48ab7507eb1aa.tar.bz2 rsync-17f033b72503bf9ce53e4c0c44a48ab7507eb1aa.zip |
Temporarily switch to 4 -v options.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/chgrp.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/chgrp.test b/testsuite/chgrp.test index c75da52d..f8766278 100644 --- a/testsuite/chgrp.test +++ b/testsuite/chgrp.test @@ -28,9 +28,7 @@ do chgrp "$g" "$name" || fail "Can't chgrp" done sleep 2 -ls -lRa "$scratchdir" -id || true -checkit "$RSYNC -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" +checkit "$RSYNC -rtgvvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" exit 0 |