Commit fecea954 authored by bescoto's avatar bescoto

Altered sanity check so it doesn't end with a .


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@742 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent ec87c9a9
...@@ -257,7 +257,7 @@ rdiff-backup-data/chars_to_quote. ...@@ -257,7 +257,7 @@ rdiff-backup-data/chars_to_quote.
def sanity_check(): def sanity_check():
"""Make sure basic filenames writable""" """Make sure basic filenames writable"""
for filename in ['5-_ a.']: for filename in ['5-_ a.snapshot.gz']:
rp = subdir.append(filename) rp = subdir.append(filename)
rp.touch() rp.touch()
assert rp.lstat() assert rp.lstat()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment