aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2026-01-25 07:56:40 +0900
committerDavid Bremner <david@tethera.net>2026-02-16 07:24:18 +0900
commit3f51f62eaf44842eb7f67536ff49b0ec972f8fe2 (patch)
treed00153df6334e3ec9bd6c63d2268d2c06a51a5bb /test
parentb7df6feb9809fa9735141fad01616555f4b21726 (diff)
cli/git-remote: add check for missing messages
In cases where a given 'export' both adds and deletes messages, we may not know what messages are actually missing until the end of processing. We thus do single pass of all remaining message-ids, and report any that are still missing at the end of the "export" operation.
Diffstat (limited to 'test')
-rwxr-xr-xtest/T860-git-remote.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T860-git-remote.sh b/test/T860-git-remote.sh
index fa52c2b7..2b826c88 100755
--- a/test/T860-git-remote.sh
+++ b/test/T860-git-remote.sh
@@ -303,7 +303,6 @@ restore_state
backup_state
test_begin_subtest 'by default, missing messages are an error during export'
-test_subtest_known_broken
sed s/4EFC743A.3060609@april.org/missing-message@example.com/ < export.in > missing.in
test_expect_code 1 "run_helper < missing.in"
restore_state