summaryrefslogtreecommitdiff
path: root/t/t5707-clone-detached.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t5707-clone-detached.sh')
-rwxr-xr-xt/t5707-clone-detached.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5707-clone-detached.sh b/t/t5707-clone-detached.sh
index 6cecd4c..d63b1e3 100755
--- a/t/t5707-clone-detached.sh
+++ b/t/t5707-clone-detached.sh
@@ -41,7 +41,7 @@ test_expect_success 'cloned HEAD matches' '
git --git-dir=detached-tag/.git log -1 --format=%s >actual &&
test_cmp expect actual
'
-test_expect_failure 'cloned HEAD is detached' '
+test_expect_success 'cloned HEAD is detached' '
head_is_detached detached-tag
'