aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-05-06 10:39:19 -0700
committerWayne Davison <wayned@samba.org>2008-05-06 10:39:19 -0700
commit5b385336b93019fef963a0141f6cf94107f2ef23 (patch)
tree2ab9aee8acf75bc767d51d049a355000d85f4195 /testsuite
parentc3a2d95cfa45de18a961a9f86082a49e91647259 (diff)
downloadandroid_external_rsync-5b385336b93019fef963a0141f6cf94107f2ef23.tar.gz
android_external_rsync-5b385336b93019fef963a0141f6cf94107f2ef23.tar.bz2
android_external_rsync-5b385336b93019fef963a0141f6cf94107f2ef23.zip
Added options to tls.c to allow us to ask for mtime and ownership info
on symlinks. The testsuite will now pass these options to tls if rsync is configured to affect such attributes on symlinks.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/chown.test2
-rw-r--r--testsuite/devices.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/chown.test b/testsuite/chown.test
index 28988903..d2908d7a 100644
--- a/testsuite/chown.test
+++ b/testsuite/chown.test
@@ -17,7 +17,7 @@ case $0 in
*fake*)
$RSYNC --version | grep ", xattrs" >/dev/null || test_skipped "Rsync needs xattrs for fake device tests"
RSYNC="$RSYNC --fake-super"
- TLS_ARGS=--fake-super
+ TLS_ARGS="$TLS_ARGS --fake-super"
case "`xattr 2>&1`" in
*--list:*)
chown() {
diff --git a/testsuite/devices.test b/testsuite/devices.test
index 804e4c33..8df0be62 100644
--- a/testsuite/devices.test
+++ b/testsuite/devices.test
@@ -18,7 +18,7 @@ case $0 in
*fake*)
$RSYNC --version | grep ", xattrs" >/dev/null || test_skipped "Rsync needs xattrs for fake device tests"
RSYNC="$RSYNC --fake-super"
- TLS_ARGS=--fake-super
+ TLS_ARGS="$TLS_ARGS --fake-super"
case "`xattr 2>&1`" in
*--list:*)
mknod() {