diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-02 07:08:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-02 07:08:17 +0200 |
commit | ce69ad7c2aaf517ec3f789300bf1ae29d8f0dc5d (patch) | |
tree | b406ee722e83bbbb3d4e7a7509d03ca5e0dc7b2e /tests/in/testscript | |
parent | 8f34de5c103e9e4d2c27583020f2975907b626ad (diff) |
Rename in.substitution variable to in.mode
The original name is still recognized for backwards compatibility.
Diffstat (limited to 'tests/in/testscript')
-rw-r--r-- | tests/in/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/in/testscript b/tests/in/testscript index 0d5be48..c4f534c 100644 --- a/tests/in/testscript +++ b/tests/in/testscript @@ -33,7 +33,7 @@ cat <<EOI >=test.in; EOI $* <<EOI &test &test.d; file{test}: in{test} - file{test}: in.substitution = lax + file{test}: in.mode = lax EOI cat test >>EOO $10 |