| ... | ... |
@@ -432,7 +432,7 @@ test_rmdir("Remove dst dir for get", "testsuite-out")
|
| 432 | 432 |
## ====== Get multiple files |
| 433 | 433 |
test_s3cmd("Get multiple files", ['get', '%s/xyz/etc2/Logo.PNG' % pbucket(1), '%s/xyz/etc/AtomicClockRadio.ttf' % pbucket(1), 'testsuite-out'],
|
| 434 | 434 |
retcode = 1, |
| 435 |
- must_find = [ 'Destination must be a directory when downloading multiple sources.' ]) |
|
| 435 |
+ must_find = [ 'Destination must be a directory or stdout when downloading multiple sources.' ]) |
|
| 436 | 436 |
|
| 437 | 437 |
|
| 438 | 438 |
## ====== Make dst dir for get |