aboutsummaryrefslogtreecommitdiff
path: root/test/dump-restore
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2011-10-21 15:46:54 -0300
committerDavid Bremner <bremner@debian.org>2011-10-23 10:27:57 -0300
commit903fe6398693621484315d30bd8d37de4095f4a5 (patch)
treeefd49991a3fcbe5707d0e4668e71c13f3b7225cb /test/dump-restore
parenta77d9adcacf001025092087fb6c1d77743cdf699 (diff)
notmuch-restore: check for extra arguments.
We consider it an error to pass more than one file to restore, since extra ones are ignored.
Diffstat (limited to 'test/dump-restore')
-rwxr-xr-xtest/dump-restore1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dump-restore b/test/dump-restore
index 8509671..439e998 100755
--- a/test/dump-restore
+++ b/test/dump-restore
@@ -50,7 +50,6 @@ test_expect_success 'Restore with nothing to do, III' \
test_cmp dump.expected dump.actual'
# notmuch restore currently only considers the first argument.
-test_subtest_known_broken
test_expect_success 'Invalid restore invocation' \
'test_must_fail notmuch restore dump.expected another_one'