Skip to content

Commit 1aac20a

Browse files
committed
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
2 parents d07b5d9 + 2a959ec commit 1aac20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t4153-am-resume-override-opts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ test_expect_success '--reject overrides --no-reject' '
9999
test_path_is_dir .git/rebase-apply &&
100100
test_path_is_missing file.rej &&
101101
102-
test_must_fail git am --retry --reject </dev/zero &&
102+
test_must_fail git am --retry --reject &&
103103
test_path_is_dir .git/rebase-apply &&
104104
test_path_is_file file.rej
105105
'

0 commit comments

Comments
 (0)