mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue