mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-15 01:23:51 +08:00
parent
b1064ac3a0
commit
905c7310c6
|
@ -31,7 +31,7 @@ echo $status
|
||||||
# Test that we print a command path
|
# Test that we print a command path
|
||||||
type sh
|
type sh
|
||||||
# (we resolve the path, so if /bin is a symlink to /usr/bin this shows /usr/bin/sh)
|
# (we resolve the path, so if /bin is a symlink to /usr/bin this shows /usr/bin/sh)
|
||||||
# CHECK: sh is {{.*}}/bin/sh
|
# CHECK: sh is {{.*}}/sh
|
||||||
|
|
||||||
# Test that we print a function definition.
|
# Test that we print a function definition.
|
||||||
# The exact definition and description here depends on the system, so we'll ignore the actual code.
|
# The exact definition and description here depends on the system, so we'll ignore the actual code.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user