summaryrefslogtreecommitdiffstats
path: root/t/t1406-submodule-ref-store.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-12-10 23:35:13 +0100
committerJunio C Hamano <gitster@pobox.com>2021-12-10 23:35:13 +0100
commitb8148376a2dbb02ade419c2e3fdc478c1f0981dd (patch)
tree93c26104ae0f7c1052b3369263c61187745f4fb5 /t/t1406-submodule-ref-store.sh
parentMerge branch 'jt/midx-doc-fix' (diff)
parentrefs: drop force_create argument of create_reflog API (diff)
downloadgit-b8148376a2dbb02ade419c2e3fdc478c1f0981dd.tar.xz
git-b8148376a2dbb02ade419c2e3fdc478c1f0981dd.zip
Merge branch 'hn/create-reflog-simplify'
A small simplification of API. * hn/create-reflog-simplify: refs: drop force_create argument of create_reflog API
Diffstat (limited to 't/t1406-submodule-ref-store.sh')
-rwxr-xr-xt/t1406-submodule-ref-store.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1406-submodule-ref-store.sh b/t/t1406-submodule-ref-store.sh
index 3c19edcf30..c95c5d47aa 100755
--- a/t/t1406-submodule-ref-store.sh
+++ b/t/t1406-submodule-ref-store.sh
@@ -93,7 +93,7 @@ test_expect_success 'delete_reflog() not allowed' '
'
test_expect_success 'create-reflog() not allowed' '
- test_must_fail $RUN create-reflog HEAD 1
+ test_must_fail $RUN create-reflog HEAD
'
test_done