From 520ea857e66f25a681401fd534b2f0d099fd2d31 Mon Sep 17 00:00:00 2001 From: Matthieu Moy Date: Sat, 28 Aug 2010 20:18:36 +0200 Subject: t0003: add missing && at end of lines Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano diff --git a/t/t0003-attributes.sh b/t/t0003-attributes.sh index 53bd7fc..de38c7f 100755 --- a/t/t0003-attributes.sh +++ b/t/t0003-attributes.sh @@ -48,11 +48,11 @@ test_expect_success 'attribute test' ' attr_check a/b/g a/b/g && attr_check b/g unspecified && attr_check a/b/h a/b/h && - attr_check a/b/d/g "a/b/d/*" - attr_check onoff unset - attr_check offon set - attr_check no unspecified - attr_check a/b/d/no "a/b/d/*" + attr_check a/b/d/g "a/b/d/*" && + attr_check onoff unset && + attr_check offon set && + attr_check no unspecified && + attr_check a/b/d/no "a/b/d/*" && attr_check a/b/d/yes unspecified ' -- cgit v0.10.2-6-g49f6