mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -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"
|
||||
if not type -q expect
|
||||
say red "Tests disabled: `expect` not found"
|
||||
exit 1
|
||||
exit 0
|
||||
end
|
||||
|
||||
function test_file
|
||||
|
||||
Reference in New Issue
Block a user