summaryrefslogtreecommitdiff
path: root/tests/backup/test_restore.sh
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-06-26 12:57:45 -0400
committerJoe Onorato <joeo@android.com>2009-06-26 12:57:45 -0400
commitaae628b44518f0886a7f33b88c1131f47d853e70 (patch)
treecda1538d47201354c82116b5025c1e3dd8fddb71 /tests/backup/test_restore.sh
parent7d619f18a277ee3114624df7301db94db83936b9 (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-xtests/backup/test_restore.sh1
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