skip some tests when fancy echo support is turned off

This commit is contained in:
Mike Frysinger 2009-04-09 07:50:18 +00:00
parent c3d91952d6
commit 327fd47f36
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
test "$CONFIG_FEATURE_FANCY_ECHO" = "y" || exit 77
echo "\\"
echo a"\\"b
echo '\\'

View File

@ -1,3 +1,5 @@
test "$CONFIG_FEATURE_FANCY_ECHO" = "y" || exit 77
v='a \ b \\ c \\\ d \\\\ e'
echo v: $v
echo v: "$v"

View File

@ -1,3 +1,5 @@
test "$CONFIG_FEATURE_FANCY_ECHO" = "y" || exit 77
TEST=Q
# \` is special
echo `echo '\'TEST\`echo ZZ\`BEST`