From 43e10bb31a816d8fd435536650cf902ecdc70939 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Thu, 28 Aug 2008 12:53:51 +0200 Subject: [PATCH] Skip a test related to symbolic links. --- t/t0055-beyond-symlinks.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/t/t0055-beyond-symlinks.sh b/t/t0055-beyond-symlinks.sh index b29c37a5a4..fabfaf3578 100755 --- a/t/t0055-beyond-symlinks.sh +++ b/t/t0055-beyond-symlinks.sh @@ -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 &&