Skip to content

Commit b790be5

Browse files
committed
Fixes auto-test following recent aws changes regarding bucket names. See: #957
1 parent b4f1424 commit b790be5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def bucket(tail):
340340
'''Test bucket name'''
341341
label = 'autotest'
342342
if str(tail) == '3':
343-
label = 'Autotest'
343+
label = 'autotest'
344344
return '%ss3cmd-%s-%s' % (bucket_prefix, label, tail)
345345

346346
def pbucket(tail):

0 commit comments

Comments
 (0)