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/zeromaint
commit
1aac20a4b0
|
@ -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 New Issue