Skip to content

Commit fc31847

Browse files
committed
Fix -O broken test
1 parent a8a8dc0 commit fc31847

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ script:
3636
- ./httpstat -H Accept:\ application/vnd.heroku+json\;\ version=3 https://api.heroku.com/schema
3737
- ./httpstat -O http://example.com/file && stat file
3838
- ./httpstat -o custom http://example.com/file && stat custom
39-
- ./httpstat -O http://httpbin.org/response-headers?Content-Disposition=attachment%3B%20filename%3dtest.json && stat test.json
39+
- ./httpstat -O https://httpbin.org/response-headers?Content-Disposition=attachment%3B%20filename%3dtest.json && stat test.json
4040
- ./httpstat google.com
4141
- ./httpstat google.com:80
4242
- ./httpstat google.com:443

0 commit comments

Comments
 (0)