mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
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.
This commit is contained in:
@@ -39,7 +39,7 @@ cat interactive.config >>$XDG_CONFIG_HOME/fish/config.fish
|
|||||||
say -o cyan "Testing interactive functionality"
|
say -o cyan "Testing interactive functionality"
|
||||||
if not type -q expect
|
if not type -q expect
|
||||||
say red "Tests disabled: `expect` not found"
|
say red "Tests disabled: `expect` not found"
|
||||||
exit 1
|
exit 0
|
||||||
end
|
end
|
||||||
|
|
||||||
function test_file
|
function test_file
|
||||||
|
|||||||
Reference in New Issue
Block a user