mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
t5701: skip hardlink test
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user