From 5007870b52aa549971824959a55ad3bb886f09e0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Sep 2018 16:37:32 +0200 Subject: Rename .test/test{} to .testscript/testscript{} --- tests/test/script/runner/output.test | 87 ------------------------------------ 1 file changed, 87 deletions(-) delete mode 100644 tests/test/script/runner/output.test (limited to 'tests/test/script/runner/output.test') diff --git a/tests/test/script/runner/output.test b/tests/test/script/runner/output.test deleted file mode 100644 index a83c092..0000000 --- a/tests/test/script/runner/output.test +++ /dev/null @@ -1,87 +0,0 @@ -# file : tests/test/script/runner/output.test -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd -# license : MIT; see accompanying LICENSE file - -# Some of the tests below (*/script-wd, before/*) are probably more appropriate -# for tests/test/script/script-integration/testscript. Nevertheless let's not -# spread the feature tests among several places. -# - -.include ../common.test - -: after -: -{ - : keep - : - { - : cleanup - : - $c <'touch a' && $b config.test.output=keep; - test -f test/1/a - - : teardown - : - $c <>/EOE != 0 - error: working directory test/ exists at the beginning of the test - EOE - - : warn - : - mkdir test &!test/; - $c <'true' && $b config.test.output=warn@clean 2>>/EOE - warning: working directory test/ exists at the beginning of the test - EOE - - : clean - : - mkdir test &!test/; - $c <'true' && $b config.test.output=clean@clean -} -- cgit v1.1