diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-21 09:10:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:34 +0200 |
commit | 658731ac32fa2e06a9f2b1a8cfffc65090f9373e (patch) | |
tree | f20e22b9fa636d9274dfc31c2ffc3471d9cb6a70 /unit-tests/test/script/parser/command-re-parse.test | |
parent | 89424b41ef62430a49012c5c57b1979f29029505 (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.test | 2 |
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 |