mirror of
https://github.com/git/git
synced 2024-11-05 01:58:18 +00:00
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
This commit is contained in:
commit
1aac20a4b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'
|
||||
|
|
Loading…
Reference in a new issue