Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Disable the new test, which covers only symbolic links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Sixt committed Jul 13, 2007
1 parent 6da5bf0 commit 3ada796
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions t/t2007-checkout-symlink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 3ada796

Please sign in to comment.