Browse code

Fixed run-tests.py after commit 2320b45473655

Michal Ludvig authored on 2012/01/02 22:29:45
Showing 1 changed files
... ...
@@ -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