diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-28 07:17:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-28 13:53:22 +0200 |
commit | b11aaa16d404ce7dc55de6b7338dccbf053a72bd (patch) | |
tree | be5a63a170f9de7318e91d79c4784badb8a4488f /tests/variable/representation | |
parent | ad7d4bd0722aa70ba634900cebf93a1b1814fed9 (diff) |
Adjust to new path implementation, use to support reversibility
Diffstat (limited to 'tests/variable/representation')
-rw-r--r-- | tests/variable/representation/buildfile | 3 | ||||
-rwxr-xr-x | tests/variable/representation/test.sh | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/variable/representation/buildfile b/tests/variable/representation/buildfile index 9bb90d1..b9c213d 100644 --- a/tests/variable/representation/buildfile +++ b/tests/variable/representation/buildfile @@ -1,3 +1,6 @@ +# @@ I wonder if we can redo this test in terms of print? +# + # Test reversibility of variable representation. # val = -L/ diff --git a/tests/variable/representation/test.sh b/tests/variable/representation/test.sh new file mode 100755 index 0000000..da9e0e9 --- /dev/null +++ b/tests/variable/representation/test.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +b test + |