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/rsync.fns | |
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/rsync.fns')
-rw-r--r-- | testsuite/rsync.fns | 2 |
1 files changed, 1 insertions, 1 deletions
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 |