diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-09 07:50:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-09 07:50:18 +0000 |
commit | 327fd47f362843fc62fbee6169904c416ca13d11 (patch) | |
tree | 524e728ddf554e768912884d2e1baf11a97d3481 /shell/hush_test/hush-psubst | |
parent | c3d91952d66b76dd70d75d5fd3b8722eda1797b2 (diff) | |
download | busybox-327fd47f362843fc62fbee6169904c416ca13d11.tar.gz |
skip some tests when fancy echo support is turned off
Diffstat (limited to 'shell/hush_test/hush-psubst')
-rwxr-xr-x | shell/hush_test/hush-psubst/tick3.tests | 2 |
1 files changed, 2 insertions, 0 deletions
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` |