From 685268d9a1d4db52c62e022a7543a5c092ac8fec Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 29 Aug 2007 17:57:08 +0100 Subject: [PATCH] t5701: skip hardlink test Signed-off-by: Johannes Schindelin --- t/t5701-clone-local.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/t5701-clone-local.sh b/t/t5701-clone-local.sh index 7e7019fa31..e97f435fec 100755 --- a/t/t5701-clone-local.sh +++ b/t/t5701-clone-local.sh @@ -57,6 +57,10 @@ test_expect_success 'With -no-hardlinks, local will make a copy' ' test $(find objects -type f ! -links 1 | wc -l) = 0 ' +say "hardlinks not supported, skipping tests." +test_done +exit 0 + test_expect_success 'Even without -l, local will make a hardlink' ' cd "$D" && rm -fr w &&