aboutsummaryrefslogtreecommitdiff
path: root/t/t0003-attributes.sh
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2011-08-04 06:36:15 +0200
committerJunio C Hamano <gitster@pobox.com>2011-08-04 15:53:16 -0700
commitdcc04366a4658763500724888d9e74cae317c861 (patch)
treef13854ed506a178e6c4fe92b134c3c4264433953 /t/t0003-attributes.sh
parentc0b13b21b8daa4bfb222e9c4d335c8b340c511a0 (diff)
downloadgit-dcc04366a4658763500724888d9e74cae317c861.tar.gz
git-dcc04366a4658763500724888d9e74cae317c861.tar.xz
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/t0003-attributes.sh')
-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 8c76b79bb..dae76b39b 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