mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-31 17:13:13 +08:00
Fix parameter expansion tests on Travis macOS
This commit is contained in:
parent
3b7d759d11
commit
2951fadc6b
|
@ -21,7 +21,7 @@ world }
|
|||
end
|
||||
|
||||
# dual expansion cartesian product
|
||||
echo { alpha, beta }\ {lambda, gamma }, | sed -r 's/(.*),/\1/'
|
||||
echo { alpha, beta }\ {lambda, gamma }, | string replace -r ',$' ''
|
||||
|
||||
# expansion with subshells
|
||||
for name in { (echo Meg), (echo Jo) }
|
||||
|
|
Loading…
Reference in New Issue
Block a user