]> git.notmuchmail.org Git - notmuch/blobdiff - test/maildir-sync
notmuch-restore: replace positional argument for input with option
[notmuch] / test / maildir-sync
index 0914fa526116c629f0b8cff25a4406da04771d7f..0fc742a419bac7aacb69a762399bda4b11c745fd 100755 (executable)
@@ -126,7 +126,7 @@ mv $MAIL_DIR/cur/adding-with-s-flag:2,S $MAIL_DIR/cur/adding-with-s-flag:2,RS
 mv $MAIL_DIR/cur/message-to-move-to-cur:2,S $MAIL_DIR/cur/message-to-move-to-cur:2,DS
 notmuch dump --output=dump.txt
 NOTMUCH_NEW >/dev/null
-notmuch restore dump.txt
+notmuch restore --input=dump.txt
 output=$(ls $MAIL_DIR/cur)
 test_expect_equal "$output" "$expected"