aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/command-re-parse.test
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-21 09:10:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:34 +0200
commit658731ac32fa2e06a9f2b1a8cfffc65090f9373e (patch)
treef20e22b9fa636d9274dfc31c2ffc3471d9cb6a70 /unit-tests/test/script/parser/command-re-parse.test
parent89424b41ef62430a49012c5c57b1979f29029505 (diff)
Minor testscript changes
Diffstat (limited to 'unit-tests/test/script/parser/command-re-parse.test')
-rw-r--r--unit-tests/test/script/parser/command-re-parse.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/test/script/parser/command-re-parse.test b/unit-tests/test/script/parser/command-re-parse.test
index 956052d..5ea2284 100644
--- a/unit-tests/test/script/parser/command-re-parse.test
+++ b/unit-tests/test/script/parser/command-re-parse.test
@@ -3,7 +3,7 @@
#
$* <<EOI >>EOO
x = cmd \\">!\\" "'<!'"
-$x
+\$x
EOI
cmd ">!" "<!"
EOO