Skip again some tests involving symbolic links.

This commit is contained in:
Johannes Sixt
2007-08-07 22:25:13 +02:00
parent ab793ce235
commit 1c32cf28d7
2 changed files with 2 additions and 0 deletions

View File

@@ -305,6 +305,7 @@ test_expect_success 'update-index D/F conflict' '
test $numpath0 = 1
'
test "$no_symlinks" ||
test_expect_success 'absolute path works as expected' '
mkdir first &&
ln -s ../.git first/.git &&

View File

@@ -601,6 +601,7 @@ echo >>result
test_expect_success '--null --get-regexp' 'cmp result expect'
test "$no_symlinks" ||
test_expect_success 'symlinked configuration' '
ln -s notyet myconfig &&