mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
fix tests
Broken in 5bd04726824f97f03174438eb72b8be0b1274b85.
This commit is contained in:
parent
5bd0472682
commit
ae581c7dbc
@ -46,7 +46,7 @@ or not string match -q '*/share/functions/abbr.fish' $x[1]
|
||||
or test $x[2] != autoloaded
|
||||
or test $x[3] != 1
|
||||
or test $x[4] != scope-shadowing
|
||||
or test $x[5] != 'Manage abbreviations using new fish 3.0 scheme.'
|
||||
or test $x[5] != 'Manage abbreviations'
|
||||
echo "Unexpected output for 'functions -v -D abbr': $x" >&2
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user