mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08: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:
parent
aa32fc92ac
commit
d8d9cfdc10
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user