aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-04-07 19:22:20 +0000
committerWayne Davison <wayned@samba.org>2007-04-07 19:22:20 +0000
commit01894cf01fef34d6746711ba1bb17323ab8344b6 (patch)
tree82e1414a0a4032712a024e2e2bc8ff442ce5a946 /testsuite
parent16edf86595a5a990a942fa045dfb523dae1fe6cb (diff)
downloadandroid_external_rsync-01894cf01fef34d6746711ba1bb17323ab8344b6.tar.gz
android_external_rsync-01894cf01fef34d6746711ba1bb17323ab8344b6.tar.bz2
android_external_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')
-rw-r--r--testsuite/acls.test4
-rw-r--r--testsuite/xattrs.test4
2 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/acls.test b/testsuite/acls.test
index af560074..0e8a1e2e 100644
--- a/testsuite/acls.test
+++ b/testsuite/acls.test
@@ -9,10 +9,6 @@
$RSYNC --version | grep ", ACLs" >/dev/null || test_skipped "Rsync is configured without ACL support"
-case "$RSYNC" in
-*protocol=29*) test_skipped "ACL support requires protocol 30" ;;
-esac
-
case "$setfacl_nodef" in
true) test_skipped "I don't know how to use your setfacl command" ;;
esac
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() {