From b08f4b0da98d0a2534626c01cbb0c3c3eb4713a1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 17 Oct 2013 01:12:43 +0200 Subject: Test string semantics a bit more --- tests/dependencies.builder0.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/dependencies.builder0.sh') diff --git a/tests/dependencies.builder0.sh b/tests/dependencies.builder0.sh index ea4116d90212..b02108fe6b48 100644 --- a/tests/dependencies.builder0.sh +++ b/tests/dependencies.builder0.sh @@ -1,3 +1,6 @@ +[ "${input1: -2}" = /. ] +[ "${input2: -2}" = /. ] + mkdir $out echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar -- cgit 1.4.1