1 # solaris is compiled with --enable-xpg-echo-default=yes which makes some
2 # tests fail. Should we use printf '%s\n' "..." instead?
4 # Reported on bug-bash@gnu.org
6 --- tests/exp5.sub 2016-12-05 22:42:48.000000000 +0000
7 +++ tests/exp5.sub 2019-02-02 12:31:51.417537626 +0000
9 # expansions involving patterns
15 printf "%s\n" "${red//\\[\\e/}"
16 @@ -10,8 +10,8 @@ foo="${red//\\[\\e/}"
18 printf "%s\n" "${foo//[0;31m\\/}"
22 +echo -E "${var//[]/}"
23 +echo -E "${red//[]/}"