summaryrefslogtreecommitdiff
path: root/testsuite/longdir.test
diff options
context:
space:
mode:
authorDavid Dykstra <dwd@samba.org>2003-01-10 15:06:10 +0000
committerDavid Dykstra <dwd@samba.org>2003-01-10 15:06:10 +0000
commitad301e487c1b50120d7ca1a9c7cc5fe80f50b944 (patch)
tree21f4fc763cd3aab540c6731a46e87b39a8934028 /testsuite/longdir.test
parentb5ae4aba3814502dc61c3d0042be8e952722b69f (diff)
downloadrsync-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/longdir.test')
-rw-r--r--testsuite/longdir.test2
1 files changed, 1 insertions, 1 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}