aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-parsing/escape3.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-parsing/escape3.tests')
-rwxr-xr-xshell/hush_test/hush-parsing/escape3.tests2
1 files changed, 2 insertions, 0 deletions
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"