From ad301e487c1b50120d7ca1a9c7cc5fe80f50b944 Mon Sep 17 00:00:00 2001 From: David Dykstra Date: Fri, 10 Jan 2003 15:06:10 +0000 Subject: [PATCH] Skip the longdir test if the long directory can't even be created, such as on cygwin (maybe only on certain filesystems?). --- testsuite/longdir.test | 2 +- 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 -- 2.34.1