Skip to content
This repository has been archived by the owner on Nov 4, 2018. It is now read-only.

Commit

Permalink
Fixed run-tests.py after commit 2320b45
Browse files Browse the repository at this point in the history
  • Loading branch information
mludvig committed Jan 2, 2012
1 parent addecb7 commit 2933252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.py
Expand Up @@ -432,7 +432,7 @@ def pbucket(tail):
## ====== Get multiple files
test_s3cmd("Get multiple files", ['get', '%s/xyz/etc2/Logo.PNG' % pbucket(1), '%s/xyz/etc/AtomicClockRadio.ttf' % pbucket(1), 'testsuite-out'],
retcode = 1,
must_find = [ 'Destination must be a directory when downloading multiple sources.' ])
must_find = [ 'Destination must be a directory or stdout when downloading multiple sources.' ])


## ====== Make dst dir for get
Expand Down

0 comments on commit 2933252

Please sign in to comment.