diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-12-07 23:56:57 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-12-09 13:24:21 -0800 |
commit | 70eabce801b1df4f6870bc205508d564effcd39b (patch) | |
tree | 0050c389f8a446223c2904cffb7915000f3a2d62 /t/t0003-attributes.sh | |
parent | e46c92e4ef75a74e210dcd517b04d7ea4b6e17ba (diff) | |
download | git-70eabce801b1df4f6870bc205508d564effcd39b.tar.gz |
t: trivial whitespace cleanups
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0003-attributes.sh')
-rwxr-xr-x | t/t0003-attributes.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t0003-attributes.sh b/t/t0003-attributes.sh index 0b98b6f8d0..b9d79476e2 100755 --- a/t/t0003-attributes.sh +++ b/t/t0003-attributes.sh @@ -13,7 +13,6 @@ attr_check () { test_line_count = 0 err } - test_expect_success 'setup' ' mkdir -p a/b/d a/c b && ( |