Skip to content
This repository has been archived by the owner on Nov 4, 2018. It is now read-only.

Commit

Permalink
correct error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
redsymbol committed Jul 18, 2010
1 parent 136c28e commit e3d232e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run-tests.py
Expand Up @@ -397,8 +397,7 @@ def pbucket(tail):

## ====== Sync symbolic links
test_s3cmd("Sync symbolic links", ['sync', 'testsuite/', 's3://%s/xyz/' % bucket(1), '--no-encrypt', '--follow-symlinks' ],
must_find = ["File 'testsuite/etc/linked.png' stored as '%s/xyz/etc/linked.png'" % pbucket(1),
"File 'testsuite/etc/more/give-me-more.txt' stored as '%s/xyz/etc/more/give-me-more.txt'" % pbucket(1)],
must_find = ["File 'testsuite/etc/linked.png' stored as '%s/xyz/etc/linked.png'" % pbucket(1)],
# Don't want to recursively copy linked directories!
must_not_find_re = ["etc/more/linked-dir/more/give-me-more.txt",
"etc/brokenlink.png"],
Expand Down

0 comments on commit e3d232e

Please sign in to comment.