diff options
Diffstat (limited to 't/t1404-update-ref-df-conflicts.sh')
-rwxr-xr-x | t/t1404-update-ref-df-conflicts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1404-update-ref-df-conflicts.sh b/t/t1404-update-ref-df-conflicts.sh index 2541a231bc..6d6200a9a3 100755 --- a/t/t1404-update-ref-df-conflicts.sh +++ b/t/t1404-update-ref-df-conflicts.sh @@ -96,7 +96,7 @@ test_expect_success 'new ref is a deeper prefix of existing packed' ' ' -test_expect_failure 'one new ref is a simple prefix of another' ' +test_expect_success 'one new ref is a simple prefix of another' ' prefix=refs/5 && test_update_rejected $prefix "a e" false "b c c/x d" \ |