Skip to content

Commit 93b4b03

Browse files
szedergitster
authored andcommitted
t5536: let 'test_i18ngrep' read the file without redirection
Redirecting 'test_i18ngrep's standard input from a file will interfere with the linting that will be added in a later patch. Signed-off-by: SZEDER Gábor <[email protected]> Reviewed-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 927c1a6 commit 93b4b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5536-fetch-conflicts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ verify_stderr () {
2222
cat >expected &&
2323
# We're not interested in the error
2424
# "fatal: The remote end hung up unexpectedly":
25-
test_i18ngrep -E '^(fatal|warning):' <error | grep -v 'hung up' >actual | sort &&
25+
test_i18ngrep -E '^(fatal|warning):' error | grep -v 'hung up' >actual | sort &&
2626
test_i18ncmp expected actual
2727
}
2828

0 commit comments

Comments
 (0)