# # # patch "tests/_--rcfile=-/__driver__.lua" # from [8aa2ee729280a9a70d795e4bb4d6b3a96bae7011] # to [8cd4d4d4c98dfc94bcae45efae3c83f57835374c] # ============================================================ --- tests/_--rcfile=-/__driver__.lua 8aa2ee729280a9a70d795e4bb4d6b3a96bae7011 +++ tests/_--rcfile=-/__driver__.lua 8cd4d4d4c98dfc94bcae45efae3c83f57835374c @@ -4,6 +4,6 @@ addfile("testfile", "blah blah") check(get("foo.rc")) addfile("testfile", "blah blah") -check(mtn("--rcfile=-", "commit", "--message=foo", "--branch=testbranch"), 0, true, false, {"foo.rc"}) +check(mtn("--rcfile=-", "commit", "--message=foo", "--branch=testbranch"), 0, false, true, {"foo.rc"}) -check(qgrep("BOOGA", "stdout")) +check(qgrep("BOOGA", "stderr"))