From 3ada7967dca3d26f88efcf23dfb7317e1ff603a1 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Fri, 13 Jul 2007 09:27:40 +0200 Subject: [PATCH] Disable the new test, which covers only symbolic links. --- t/t2007-checkout-symlink.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/t/t2007-checkout-symlink.sh b/t/t2007-checkout-symlink.sh index 0526fce163..0bf1ddb94b 100755 --- a/t/t2007-checkout-symlink.sh +++ b/t/t2007-checkout-symlink.sh @@ -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 && -- 2.11.4.GIT