From dbb20f6bc0f498f6f1a2cdddb05d41edbc2fafa5 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 18 Mar 2007 20:05:24 +0000 Subject: [PATCH] One more tweak. --- testsuite/chown.test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testsuite/chown.test b/testsuite/chown.test index db693a13..698593b6 100644 --- a/testsuite/chown.test +++ b/testsuite/chown.test @@ -36,9 +36,8 @@ chown 5001 "$name2" || test_skipped "Can't chown (probably need root)" chgrp 5002 "$name1" || test_skipped "Can't chgrp (probably need root)" chgrp 5003 "$name2" || test_skipped "Can't chgrp (probably need root)" -# This makes sure that multi-file, non-dir, relative transfers work. cd "$fromdir/.." -checkit "$RSYNC -aHvv from/* to/" "$fromdir" "$todir" +checkit "$RSYNC -aHvv from/ to/" "$fromdir" "$todir" # The script would have aborted on error, so getting here means we've won. exit 0 -- 2.34.1