test/test_cli.rb in milkode-0.9.2 vs test/test_cli.rb in milkode-0.9.3

- old
+ new

@@ -32,10 +32,11 @@ def test_mcd assert_match /mcd/, command("mcd") end def test_info - assert_match /.*packages.*records/, command("info") + # assert_match /.*packages.*records/, command("info") + assert_match /Not registered/, command("info") end def test_setdb_no_arg_disp assert_equal @work.expand_path("db1") + "\n", command("setdb") end