We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d07b5d9 + 2a959ec commit 1aac20aCopy full SHA for 1aac20a
t/t4153-am-resume-override-opts.sh
@@ -99,7 +99,7 @@ test_expect_success '--reject overrides --no-reject' '
99
test_path_is_dir .git/rebase-apply &&
100
test_path_is_missing file.rej &&
101
102
- test_must_fail git am --retry --reject </dev/zero &&
+ test_must_fail git am --retry --reject &&
103
104
test_path_is_file file.rej
105
'
0 commit comments