mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-20 22:42:39 +08:00
[tests] Do not rely on env
output to be sorted alphabetically
This commit is contained in:
parent
c3849ebeba
commit
d0afae46ce
@ -585,7 +585,7 @@ end
|
||||
set -x TESTVAR0
|
||||
set -x TESTVAR1 a
|
||||
set -x TESTVAR2 a b
|
||||
env | grep TESTVAR | cat -v
|
||||
env | grep TESTVAR | sort | cat -v
|
||||
#CHECK: TESTVAR0=
|
||||
#CHECK: TESTVAR1=a
|
||||
#CHECK: TESTVAR2=a b
|
||||
|
Loading…
x
Reference in New Issue
Block a user