Fix parameter expansion tests on Travis macOS

This commit is contained in:
Mahmoud Al-Qudsi 2018-03-12 07:50:13 -05:00
parent 3b7d759d11
commit 2951fadc6b

View File

@ -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) }