Register new file now work with space in filename.

This commit is contained in:
LE Manh Cuong
2015-03-06 11:33:39 +07:00
parent c474e1f0a8
commit 90dc874d56
2 changed files with 12 additions and 7 deletions

View File

@@ -335,6 +335,13 @@ assert_file_missing 'stars*bars?.txt'
assert_file_exists 'stars*bars?.txt'.gpg
assert_line_exists 'stars\*bars\?.txt' .gitignore
PHASE 'Bob enrolls stars bars.txt'
echo A very commented file >'stars bars.txt'
blackbox_register_new_file 'stars bars.txt'
assert_file_missing 'stars bars.txt'
assert_file_exists 'stars bars.txt'.gpg
assert_line_exists 'stars bars.txt' .gitignore
# TODO(tlim): Add test to make sure that now alice can NOT decrypt.
#