diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 19:18:48 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 19:19:47 +0300 |
commit | 3fce45aadf75d5d5e1f9fea19f5a1bf04726ab68 (patch) | |
tree | 7424080a14ff77bd8ea9740d513fa7029beaf6df /tests/test/config-test | |
parent | 9ab2bd2130f19958fed39e919e26da9ae56fa1f9 (diff) |
Fix testscripts using types for testscript and manifest targets
Diffstat (limited to 'tests/test/config-test')
-rw-r--r-- | tests/test/config-test/testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test/config-test/testscript b/tests/test/config-test/testscript index 0561a59..1c540ea 100644 --- a/tests/test/config-test/testscript +++ b/tests/test/config-test/testscript @@ -65,7 +65,7 @@ EOI # +cat <<EOI >=proj/units/buildfile d = simple/ script/ -./: $d test{testscript} +./: $d testscript #include $d EOI +cat <<EOI >=proj/units/testscript @@ -92,7 +92,7 @@ EOI # +mkdir proj/units/script +cat <<EOI >=proj/units/script/buildfile -./: test{testscript} +./: testscript EOI +cat <<EOI >=proj/units/script/testscript echo 'units/script/foo' >| : foo |