diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t5707-clone-detached.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5707-clone-detached.sh b/t/t5707-clone-detached.sh index 6cecd4cd3c..d63b1e390e 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 ' |