Commit 851c9ba1 authored by bescoto's avatar bescoto

"ordinary filename" shouldn't end with a . because it gives windows problems


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@743 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent fecea954
......@@ -193,7 +193,7 @@ class FSAbilities:
assert not self.read_only
# Make sure ordinary filenames ok
ordinary_filename = '5-_ a.'
ordinary_filename = '5-_ a.snapshot.gz'
ord_rp = subdir.append(ordinary_filename)
ord_rp.touch()
assert ord_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