mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-27 06:31:19 -03:00
more changes to better handle undef vars
This is only needed if we make undefined vars an error as proposed in issue #4163 but it's a good idea anyway.
This commit is contained in:
@@ -24,7 +24,10 @@ end
|
||||
set TERM xterm
|
||||
set -e ITERM_PROFILE
|
||||
|
||||
source test_util.fish (status -f) $argv; or exit
|
||||
set -q argv
|
||||
or set argv
|
||||
source test_util.fish (status -f) $argv
|
||||
or exit
|
||||
|
||||
say -o cyan "Testing high level script functionality"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user