File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ test_lazy_prereq GZIP 'gzip --version'
8
8
verify_http_result () {
9
9
# some fatal errors still produce status 200
10
10
# so check if there is the error message
11
- if grep ' fatal:' act.err
11
+ if grep ' fatal:' act.err. $test_count
12
12
then
13
13
return 1
14
14
fi
15
15
16
- if ! grep " Status" act.out > act
16
+ if ! grep " Status" act.out. $test_count > act
17
17
then
18
18
printf " Status: 200 OK\r\n" > act
19
19
fi
@@ -33,7 +33,7 @@ test_http_env() {
33
33
REQUEST_METHOD=POST \
34
34
" $PERL_PATH " \
35
35
" $TEST_DIRECTORY " /t5562/invoke-with-content-length.pl \
36
- " $request_body " git http-backend > act.out 2> act.err
36
+ " $request_body " git http-backend > act.out. $test_count 2> act.err. $test_count
37
37
}
38
38
39
39
ssize_b100dots () {
@@ -161,7 +161,7 @@ test_expect_success 'empty CONTENT_LENGTH' '
161
161
GIT_HTTP_EXPORT_ALL=TRUE \
162
162
REQUEST_METHOD=GET \
163
163
CONTENT_LENGTH="" \
164
- git http-backend <empty_body >act.out 2>act.err &&
164
+ git http-backend <empty_body >act.out.$test_count 2>act.err.$test_count &&
165
165
verify_http_result "200 OK"
166
166
'
167
167
You can’t perform that action at this time.
0 commit comments