summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-30 06:37:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-30 06:37:02 (GMT)
commiteec0daf6fd5a31cda601caeaa3a0bfebf2d17fe8 (patch)
tree5ab2557bf9394c3d51d0c7d8e55ff5883c066df6 /t
parent3cd474599f1ede41863c523ddf76c94941b08164 (diff)
parentd3fd3d1f9bbb454864bd004dc3f29f99e4087889 (diff)
downloadgit-eec0daf6fd5a31cda601caeaa3a0bfebf2d17fe8.zip
git-eec0daf6fd5a31cda601caeaa3a0bfebf2d17fe8.tar.gz
git-eec0daf6fd5a31cda601caeaa3a0bfebf2d17fe8.tar.bz2
Merge branch 'maint'
* maint: 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
'