diff options
author | Wayne Davison <wayned@samba.org> | 2007-04-07 19:22:20 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-04-07 19:22:20 +0000 |
commit | 01894cf01fef34d6746711ba1bb17323ab8344b6 (patch) | |
tree | 82e1414a0a4032712a024e2e2bc8ff442ce5a946 /testsuite/xattrs.test | |
parent | 16edf86595a5a990a942fa045dfb523dae1fe6cb (diff) | |
download | rsync-01894cf01fef34d6746711ba1bb17323ab8344b6.tar.gz rsync-01894cf01fef34d6746711ba1bb17323ab8344b6.tar.bz2 rsync-01894cf01fef34d6746711ba1bb17323ab8344b6.zip |
Allow a local-server copy to use -X and -A even if a --protocol-version
is forced, which makes some testing idioms easier.
Diffstat (limited to 'testsuite/xattrs.test')
-rw-r--r-- | testsuite/xattrs.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/xattrs.test b/testsuite/xattrs.test index d8d60d4d..4b98de85 100644 --- a/testsuite/xattrs.test +++ b/testsuite/xattrs.test @@ -9,10 +9,6 @@ $RSYNC --version | grep ", xattrs" >/dev/null || test_skipped "Rsync is configured without xattr support" -case "$RSYNC" in -*protocol=29*) test_skipped "xattr support requires protocol 30" ;; -esac - case "`xattr 2>&1`" in *--list:*) xset() { |