diff --git a/run-tests.py b/run-tests.py index f12346248..306eb49b7 100755 --- a/run-tests.py +++ b/run-tests.py @@ -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