From: Mike Frysinger Date: Thu, 9 Apr 2009 07:50:18 +0000 (-0000) Subject: skip some tests when fancy echo support is turned off X-Git-Tag: 1_14_0~50 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=327fd47f362843fc62fbee6169904c416ca13d11;p=oweals%2Fbusybox.git skip some tests when fancy echo support is turned off --- diff --git a/shell/hush_test/hush-parsing/escape1.tests b/shell/hush_test/hush-parsing/escape1.tests index 67cfd1fef..25ac96b25 100755 --- a/shell/hush_test/hush-parsing/escape1.tests +++ b/shell/hush_test/hush-parsing/escape1.tests @@ -1,3 +1,5 @@ +test "$CONFIG_FEATURE_FANCY_ECHO" = "y" || exit 77 + echo "\\" echo a"\\"b echo '\\' diff --git a/shell/hush_test/hush-parsing/escape3.tests b/shell/hush_test/hush-parsing/escape3.tests index 111ed40a2..18705bd0c 100755 --- a/shell/hush_test/hush-parsing/escape3.tests +++ b/shell/hush_test/hush-parsing/escape3.tests @@ -1,3 +1,5 @@ +test "$CONFIG_FEATURE_FANCY_ECHO" = "y" || exit 77 + v='a \ b \\ c \\\ d \\\\ e' echo v: $v echo v: "$v" diff --git a/shell/hush_test/hush-psubst/tick3.tests b/shell/hush_test/hush-psubst/tick3.tests index 2b055bb69..469c43c27 100755 --- a/shell/hush_test/hush-psubst/tick3.tests +++ b/shell/hush_test/hush-psubst/tick3.tests @@ -1,3 +1,5 @@ +test "$CONFIG_FEATURE_FANCY_ECHO" = "y" || exit 77 + TEST=Q # \` is special echo `echo '\'TEST\`echo ZZ\`BEST`