mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 07:05:14 +08:00
9 lines
155 B
Fish
9 lines
155 B
Fish
#RUN: %fish -C 'set -l fish %fish' %s
|
|
|
|
$fish -c "echo 1.2.3.4."
|
|
# CHECK: 1.2.3.4.
|
|
|
|
PATH= $fish -c "echo (command a)" 2>/dev/null
|
|
echo $status
|
|
# CHECK: 255
|