Skip to content

Commit

Permalink
Changed "Buckets list" test to use pbucket rather than hardcoded names.
Browse files Browse the repository at this point in the history
This fixes issue s3tools#1066.
  • Loading branch information
Doug Crozier committed Jan 20, 2020
1 parent a9375c3 commit 09bc57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def pbucket(tail):

## ====== Buckets list
test_s3cmd("Buckets list", ["ls"],
must_find = [ "autotest-1", "autotest-2", "Autotest-3" ], must_not_find_re = "autotest-EU")
must_find = [ pbucket(1), pbucket(2), pbucket(3) ], must_not_find_re = pbucket('EU'))


## ====== Sync to S3
Expand Down

0 comments on commit 09bc57b

Please sign in to comment.