diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-08 16:42:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-08 16:42:24 +0200 |
commit | ccca13f8eadef31f2df873cb505ebca98501c45a (patch) | |
tree | d87b67fd42909dfc5cca2ae2a999de8f8e0cc969 /tests/quote/test.sh | |
parent | b5940dd5562bfa12d6d76dceb61540b4480a4982 (diff) |
Initial take on double quote support
Currently, $(foo)-style variable expansion is not supported.
Diffstat (limited to 'tests/quote/test.sh')
-rwxr-xr-x | tests/quote/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/quote/test.sh b/tests/quote/test.sh new file mode 100755 index 0000000..145ea6b --- /dev/null +++ b/tests/quote/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +valgrind -q b -q | diff test.out - |