summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Michael Haggerty <mhagger@alum.mit.edu>2011-08-04 06:36:15 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-08-04 15:53:16 -0700
commitdcc04366a4658763500724888d9e74cae317c861 (patch)
treef13854ed506a178e6c4fe92b134c3c4264433953
parentDisallow the empty string as an attribute name (diff)
downloadtgif-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>
-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 8c76b79bb0..dae76b39b8 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