From 8e47c389e81dd32e020d3739a3d9439beaad37d6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 30 Mar 2016 20:29:09 +0200 Subject: some improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- basename-test/test | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'basename-test') diff --git a/basename-test/test b/basename-test/test index 8cab7a3..3e0d210 100755 --- a/basename-test/test +++ b/basename-test/test @@ -73,31 +73,31 @@ step_4_5 () step_6 () { - test "$($b a.b b)" = a. && + test "$($b a.b b)" = a. report $? "step_6" } step_6_4 () { - test "$($b a.b/ b)" = a. && + test "$($b a.b/ b)" = a. report $? "step_6.4" } step_6_full () { - test "$($b a.b a.b)" = a.b && + test "$($b a.b a.b)" = a.b report $? "step_6_full" } step_6_mismatch () { - test "$($b a.b c)" = a.b && + test "$($b a.b c)" = a.b report $? "step_6_mismatch" } step_6_longer () { - test "$($b a.b cccccccccccccccccc)" = a.b && + test "$($b a.b cccccccccccccccccc)" = a.b report $? "step_6_longer" } -- cgit v1.2.3-70-g09d2