4 # darcs does not support cygwin paths (/cygdrive/c/foo), so if
5 # we want to run the test suite under Cygwin Bash, we must
8 if uname |
grep -i cygwin
> /dev
/null
; then
16 if echo $OS |
grep -i windows
; then
17 echo this
test does not work on windows because
18 echo windows does not have symlinks
28 IFS
='' # annoying hack for cygwin and portable_pwd below
30 darcs add
${DIR}/..
/temp
1/a
# should work, just to contrast with the case below
31 darcs add
${DIR}/b
# this is the case we are testing for