diff options
author | Wayne Davison <wayned@samba.org> | 2007-04-24 18:18:29 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-04-24 18:18:29 +0000 |
commit | 49f7162e7df197194e8adbf3740f4ba47ab7c410 (patch) | |
tree | 40bae8f73295f53d1119ca23a8ca46779eb68500 /testsuite | |
parent | 3bb88b4388478e3afdcdcd23df5880132a316d88 (diff) | |
download | rsync-49f7162e7df197194e8adbf3740f4ba47ab7c410.tar.gz |
Use a slightly different rsync calling syntax.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/acls.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/acls.test b/testsuite/acls.test index 0e8a1e2e..35f744c1 100644 --- a/testsuite/acls.test +++ b/testsuite/acls.test @@ -23,9 +23,9 @@ setfacl -m u:0:7 "$fromdir/foo" || test_skipped "Your filesystem has ACLs disabl setfacl -m u:0:5 "$fromdir/file1" setfacl -m u:0:5 "$fromdir/file2" -$RSYNC -avvA "$fromdir/" "$todir/" - cd "$fromdir" +$RSYNC -avvA $files "$todir/" + getfacl $files >"$scratchdir/acls.txt" cd "$todir" |