summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-30 06:36:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-30 06:36:57 (GMT)
commitd3fd3d1f9bbb454864bd004dc3f29f99e4087889 (patch)
tree8b2fdf1d91ded5e900b126e94234f073c167fb52 /t
parentea16a030aaaaebb3d0038e3ec2d9cd837985dee0 (diff)
parent520ea857e66f25a681401fd534b2f0d099fd2d31 (diff)
downloadgit-d3fd3d1f9bbb454864bd004dc3f29f99e4087889.zip
git-d3fd3d1f9bbb454864bd004dc3f29f99e4087889.tar.gz
git-d3fd3d1f9bbb454864bd004dc3f29f99e4087889.tar.bz2
Merge branch 'maint-1.7.1' into maint
* maint-1.7.1: t0003: add missing && at end of lines
Diffstat (limited to 't')
-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 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
'