mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
[tests] Do not rely on env
output to be sorted alphabetically
This commit is contained in:
parent
c3849ebeba
commit
d0afae46ce
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ end
|
||||||
set -x TESTVAR0
|
set -x TESTVAR0
|
||||||
set -x TESTVAR1 a
|
set -x TESTVAR1 a
|
||||||
set -x TESTVAR2 a b
|
set -x TESTVAR2 a b
|
||||||
env | grep TESTVAR | cat -v
|
env | grep TESTVAR | sort | cat -v
|
||||||
#CHECK: TESTVAR0=
|
#CHECK: TESTVAR0=
|
||||||
#CHECK: TESTVAR1=a
|
#CHECK: TESTVAR1=a
|
||||||
#CHECK: TESTVAR2=a b
|
#CHECK: TESTVAR2=a b
|
||||||
|
|
Loading…
Reference in a new issue