Skip a test related to symbolic links.

This commit is contained in:
Johannes Sixt
2008-08-28 12:53:51 +02:00
parent d6fade6b7d
commit 43e10bb31a

View File

@@ -4,6 +4,11 @@ test_description='update-index and add refuse to add beyond symlinks'
. ./test-lib.sh
if test "$no_symlinks"; then
say "symbolic links not supported - skipping tests"
test_done
fi
test_expect_success setup '
>a &&
mkdir b &&