# # # patch "tests/lua_function_existsonpath/__driver__.lua" # from [fdf4def430dfd205c6e04ca774d35b7d0eeb9bcd] # to [56fc18908045f8469bfa0b180a15fdf7af4ae4b1] # ============================================================ --- tests/lua_function_existsonpath/__driver__.lua fdf4def430dfd205c6e04ca774d35b7d0eeb9bcd +++ tests/lua_function_existsonpath/__driver__.lua 56fc18908045f8469bfa0b180a15fdf7af4ae4b1 @@ -2,6 +2,6 @@ check(get("test.lua")) mtn_setup() check(get("test.lua")) -check(mtn("setup", "--rcfile=test.lua", "--branch=testbranch", "subdir"), 0, true, false) -check(qgrep("asdfghjkl", "stdout")) -check(qgrep("qwertyuiop", "stdout")) +check(mtn("setup", "--rcfile=test.lua", "--branch=testbranch", "subdir"), 0, false, true) +check(qgrep("asdfghjkl", "stderr")) +check(qgrep("qwertyuiop", "stderr"))