hush: fix handling of words with braces. +65 bytes
[oweals/busybox.git] / shell / hush_test / hush-parsing / escape3.tests
index 111ed40a2a203b860ff2895f01a5ef9a6dabbbaf..18705bd0c5cfe1c5de46d0a78158aa15044b11fe 100755 (executable)
@@ -1,3 +1,5 @@
+test "$CONFIG_FEATURE_FANCY_ECHO" = "y" || exit 77
+
 v='a \ b \\ c \\\ d \\\\ e'
 echo v: $v
 echo v: "$v"