about summary refs log tree commit diff
path: root/tests/dependencies.builder0.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-16T23·12+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-16T23·12+0200
commitb08f4b0da98d0a2534626c01cbb0c3c3eb4713a1 (patch)
treec602619cc9148dcff116c2366fcfc9b3e127e8c0 /tests/dependencies.builder0.sh
parentd7625b5c2d6d9fd23708057957172c0446ffdabc (diff)
Test string semantics a bit more
Diffstat (limited to 'tests/dependencies.builder0.sh')
-rw-r--r--tests/dependencies.builder0.sh3
1 files changed, 3 insertions, 0 deletions
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