mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
tests: Remove a misunderstanding
This commit is contained in:
parent
731f06bdb9
commit
6194899c6b
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
#RUN: %fish -C 'set -g fish %fish' %s
|
#RUN: %fish -C 'set -g fish %fish' %s
|
||||||
|
|
||||||
# FIXME: Rationalize behavior when PATH is explicitly unset, should this not behave like PATH=""?
|
|
||||||
# "" is threated like ".", see https://github.com/fish-shell/fish-shell/issues/3914
|
|
||||||
if command -q getconf
|
if command -q getconf
|
||||||
env -u PATH $fish -c 'test "$PATH" = "$('(command -s getconf)' PATH)"; and echo Success'
|
env -u PATH $fish -c 'test "$PATH" = "$('(command -s getconf)' PATH)"; and echo Success'
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue