aboutsummaryrefslogtreecommitdiff
path: root/t/t0003-attributes.sh
diff options
context:
space:
mode:
authorMatthieu Moy <Matthieu.Moy@imag.fr>2010-08-28 20:18:36 +0200
committerJunio C Hamano <gitster@pobox.com>2010-08-29 22:36:32 -0700
commit520ea857e66f25a681401fd534b2f0d099fd2d31 (patch)
tree97de514220d4af14c0073fb7fd038f8696252725 /t/t0003-attributes.sh
parent245b10ca1b0ff21de42b12ee2c1e3c9f8d1d98a3 (diff)
downloadgit-520ea857e66f25a681401fd534b2f0d099fd2d31.tar.gz
git-520ea857e66f25a681401fd534b2f0d099fd2d31.tar.xz
t0003: add missing && at end of lines
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0003-attributes.sh')
-rwxr-xr-xt/t0003-attributes.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/t/t0003-attributes.sh b/t/t0003-attributes.sh
index 53bd7fcc4..de38c7f7a 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
'