diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-06 18:46:58 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-09 21:44:23 +0300 |
commit | c55240fb05151cae046c75a793c164d72c988db2 (patch) | |
tree | 35cbba195e0fcc581944b7b098a3ea145741cf94 /unit-tests/test/script/parser/include.test | |
parent | 9e2b4fd3bbc0c61bf6c84540c52869ec7d830718 (diff) |
Tests cleanup (take 2)
Diffstat (limited to 'unit-tests/test/script/parser/include.test')
-rw-r--r-- | unit-tests/test/script/parser/include.test | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/unit-tests/test/script/parser/include.test b/unit-tests/test/script/parser/include.test index 7910919..c810036 100644 --- a/unit-tests/test/script/parser/include.test +++ b/unit-tests/test/script/parser/include.test @@ -1,3 +1,7 @@ +# file : unit-tests/test/script/parser/include.test +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + : none : $* <<EOI @@ -7,7 +11,7 @@ EOI : empty : -touch foo.test &foo.test; #@@ TMP +touch foo.test; $* <<EOI .include foo.test .include --once foo.test @@ -93,8 +97,8 @@ EOE : unable-open : -: Note that the error message is platform specific. -: -$* <<EOI 2>- != 0 +$* <<EOI 2>>~/EOE/ != 0 .include foo.test EOI +/testscript:1:2: error: unable to read testscript foo.test: .+/ +EOE |