From d8d9cfdc1015476aef7ae6e6c85f8f56c078ec0e Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 28 Jan 2019 21:51:57 +0800 Subject: [PATCH] interactive tests: exit quietly if expect not available It seems that 44cfe3e34 inadvertently included the requirement for the expect tests to pass; revert this to its original sense. --- tests/interactive.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/interactive.fish b/tests/interactive.fish index 2a0bbc7ad..933749446 100644 --- a/tests/interactive.fish +++ b/tests/interactive.fish @@ -39,7 +39,7 @@ cat interactive.config >>$XDG_CONFIG_HOME/fish/config.fish say -o cyan "Testing interactive functionality" if not type -q expect say red "Tests disabled: `expect` not found" - exit 1 + exit 0 end function test_file