From 9c0dc1f4957420688cf2c1afe79fa2f53f2a6abf Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 5 Sep 2018 00:00:14 +0300 Subject: Create .buildignore file in testscript root working directory --- tests/test/script/integration/testscript | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/test/script/integration/testscript') diff --git a/tests/test/script/integration/testscript b/tests/test/script/integration/testscript index 7bdad54..b399197 100644 --- a/tests/test/script/integration/testscript +++ b/tests/test/script/integration/testscript @@ -50,7 +50,8 @@ EOE : wd-exists-before : touch foo.testscript; -mkdir test &!test/; +mkdir --no-cleanup test; +touch --no-cleanup test/.buildignore; $* <>/EOE ./: testscript{foo} EOI @@ -60,8 +61,9 @@ EOE : wd-not-empty-before : touch foo.testscript; -mkdir test &!test/; -touch test/dummy &!test/dummy; +mkdir --no-cleanup test; +touch --no-cleanup test/.buildignore; +touch --no-cleanup test/dummy; $* <>/EOE ./: testscript{foo} EOI -- cgit v1.1