summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2011-08-04 04:36:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-08-04 22:53:16 (GMT)
commitdcc04366a4658763500724888d9e74cae317c861 (patch)
treef13854ed506a178e6c4fe92b134c3c4264433953 /t
parentc0b13b21b8daa4bfb222e9c4d335c8b340c511a0 (diff)
downloadgit-dcc04366a4658763500724888d9e74cae317c861.zip
git-dcc04366a4658763500724888d9e74cae317c861.tar.gz
git-dcc04366a4658763500724888d9e74cae317c861.tar.bz2
git-check-attr: Add missing "&&"
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t0003-attributes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0003-attributes.sh b/t/t0003-attributes.sh
index 8c76b79..dae76b3 100755
--- a/t/t0003-attributes.sh
+++ b/t/t0003-attributes.sh
@@ -35,7 +35,7 @@ test_expect_success 'setup' '
echo "h test=a/b/h" &&
echo "d/* test=a/b/d/*"
echo "d/yes notest"
- ) >a/b/.gitattributes
+ ) >a/b/.gitattributes &&
(
echo "global test=global"
) >"$HOME"/global-gitattributes