Disable the new test, which covers only symbolic links.

This commit is contained in:
Johannes Sixt
2007-07-13 09:27:40 +02:00
parent 6da5bf0243
commit 3ada7967dc

View File

@@ -6,6 +6,13 @@ test_description='git checkout to switch between branches with symlink<->dir'
. ./test-lib.sh
if test "$no_symlinks"
then
say 'Symbolic links not supported, skipping tests.'
test_done
exit
fi
test_expect_success setup '
mkdir frotz &&