Skip to content

Commit cb05d6a

Browse files
rscharfegitster
authored andcommitted
t4256: don't create unused file
The file "stdout" has been created by the test script since its initial (and so far only) version added by 3aa4d81 (mailinfo: support format=flowed, 2018-08-25), but has never been used. Get rid of it. Signed-off-by: René Scharfe <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 271c351 commit cb05d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t4256-am-format-flowed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test_expect_success 'setup' '
1111
'
1212

1313
test_expect_success 'am with format=flowed' '
14-
git am <"$TEST_DIRECTORY/t4256/1/patch" >stdout 2>stderr &&
14+
git am <"$TEST_DIRECTORY/t4256/1/patch" 2>stderr &&
1515
test_i18ngrep "warning: Patch sent with format=flowed" stderr &&
1616
test_cmp "$TEST_DIRECTORY/t4256/1/mailinfo.c" mailinfo.c
1717
'

0 commit comments

Comments
 (0)