diff options
author | David Dykstra <dwd@samba.org> | 2003-01-10 15:06:10 +0000 |
---|---|---|
committer | David Dykstra <dwd@samba.org> | 2003-01-10 15:06:10 +0000 |
commit | ad301e487c1b50120d7ca1a9c7cc5fe80f50b944 (patch) | |
tree | 21f4fc763cd3aab540c6731a46e87b39a8934028 /testsuite | |
parent | b5ae4aba3814502dc61c3d0042be8e952722b69f (diff) | |
download | rsync-ad301e487c1b50120d7ca1a9c7cc5fe80f50b944.tar.gz |
Skip the longdir test if the long directory can't even be created, such as
on cygwin (maybe only on certain filesystems?).
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/longdir.test | 2 | ||||
-rw-r--r-- | testsuite/rsync.fns | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/longdir.test b/testsuite/longdir.test index 05fae326..89a2f7a3 100644 --- a/testsuite/longdir.test +++ b/testsuite/longdir.test @@ -13,7 +13,7 @@ hands_setup LONGDIR=${FROM}/This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job/This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job/This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job -makepath ${LONGDIR} +makepath ${LONGDIR} || test_skipped "unable to create long directory" date > ${LONGDIR}/1 ls -la / > ${LONGDIR}/2 checkit "$RSYNC --delete -avH ${FROM}/ ${TO}" ${FROM}/ ${TO} diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index c5532b56..3ac95f5f 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -278,4 +278,4 @@ is_a_link() { # best thing is probably to explicitly chmod those directories after # creation. -umask 022
\ No newline at end of file +umask 022 |