t: trivial whitespace cleanups

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Felipe Contreras 2013-12-07 23:56:57 -06:00 committed by Junio C Hamano
parent e46c92e4ef
commit 70eabce801
2 changed files with 1 additions and 3 deletions

View file

@ -7,7 +7,7 @@ Verify that plumbing commands work when .git is a file
. ./test-lib.sh
objpath() {
echo "$1" | sed -e 's|\(..\)|\1/|'
echo "$1" | sed -e 's|\(..\)|\1/|'
}
objck() {
@ -19,7 +19,6 @@ objck() {
fi
}
test_expect_success 'initial setup' '
REAL="$(pwd)/.real" &&
mv .git "$REAL"

View file

@ -13,7 +13,6 @@ attr_check () {
test_line_count = 0 err
}
test_expect_success 'setup' '
mkdir -p a/b/d a/c b &&
(