Skip to content

Commit

Permalink
run-tests.py: New wget returns different exitcodes on failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
mludvig committed Jun 7, 2011
1 parent 043cfed commit 361058c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.py
Expand Up @@ -371,7 +371,7 @@ def pbucket(tail):
## ====== Verify Private ACL
if have_wget:
test("Verify Private ACL", ['wget', '-O', 'testsuite-out/logo.png', 'http://%s.s3.amazonaws.com/xyz/etc/logo.png' % bucket(1)],
retcode = 1,
retcode = 8,
must_find_re = [ 'ERROR 403: Forbidden' ])


Expand Down

0 comments on commit 361058c

Please sign in to comment.