* test-mu-cmd.c: add some test cases

This commit is contained in:
Dirk-Jan C. Binnema 2010-11-20 18:42:32 +02:00
parent e8556fd303
commit 2c639e3122
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ test_mu_find_02 (void)
search ("bull m:foo", 0);
search ("bull m:/foo", 1);
search ("bull m:/Foo", 1);
search ("bull flags:a", 1);
search ("g:x", 0);
}