diff options
author | Joe Onorato <joeo@android.com> | 2009-06-26 12:57:45 -0400 |
---|---|---|
committer | Joe Onorato <joeo@android.com> | 2009-06-26 12:57:45 -0400 |
commit | aae628b44518f0886a7f33b88c1131f47d853e70 (patch) | |
tree | cda1538d47201354c82116b5025c1e3dd8fddb71 /tests/backup/test_restore.sh | |
parent | 7d619f18a277ee3114624df7301db94db83936b9 (diff) |
Test that we correctly back up an empty file.
(It turns out that we do. It didn't used to work, I'm not
sure what changed)
Diffstat (limited to 'tests/backup/test_restore.sh')
-rwxr-xr-x | tests/backup/test_restore.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/backup/test_restore.sh b/tests/backup/test_restore.sh index 69da28cffcb3..f3d581e9292d 100755 --- a/tests/backup/test_restore.sh +++ b/tests/backup/test_restore.sh @@ -35,6 +35,7 @@ echo check_file file.txt "first file" check_file another_file.txt "asdf" check_file 3.txt "3" +check_file empty.txt "" echo echo |