Merge branch 'jk/am-retry'

Test fix as a follow-up to an already graduated topic.

* jk/am-retry:
  t4153: stop redirecting input from /dev/zero
maint
Junio C Hamano 2024-07-18 08:30:27 -07:00
commit 1aac20a4b0
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ test_expect_success '--reject overrides --no-reject' '
test_path_is_dir .git/rebase-apply &&
test_path_is_missing file.rej &&

test_must_fail git am --retry --reject </dev/zero &&
test_must_fail git am --retry --reject &&
test_path_is_dir .git/rebase-apply &&
test_path_is_file file.rej
'