From eefe189e1d8a7919d3b69a8db6dede3cf7f8c250 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 16 Dec 2006 02:18:44 +0000 Subject: [PATCH] Changed the test for the 2.6.8 bug to preserve owner and group. --- testsuite/chmod-option.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/chmod-option.test b/testsuite/chmod-option.test index 4dc01cc7..20b3a51b 100644 --- a/testsuite/chmod-option.test +++ b/testsuite/chmod-option.test @@ -66,7 +66,7 @@ export RSYNC_CONNECT_PROG rm -r "$todir" makepath "$todir" -checkit "$RSYNC -rtvv \"$fromdir/\" localhost::test-incoming-chmod/" "$checkdir" "$todir" +checkit "$RSYNC -avv --no-perms \"$fromdir/\" localhost::test-incoming-chmod/" "$checkdir" "$todir" # The script would have aborted on error, so getting here means we've won. exit 0 -- 2.34.1