Skip to content

Commit

Permalink
t: trivial whitespace cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Felipe Contreras authored and Junio C Hamano committed Dec 9, 2013
1 parent e46c92e commit 70eabce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions t/t0002-gitfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -19,7 +19,6 @@ objck() {
fi
}


test_expect_success 'initial setup' '
REAL="$(pwd)/.real" &&
mv .git "$REAL"
Expand Down
1 change: 0 additions & 1 deletion t/t0003-attributes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ attr_check () {
test_line_count = 0 err
}


test_expect_success 'setup' '
mkdir -p a/b/d a/c b &&
(
Expand Down

0 comments on commit 70eabce

Please sign in to comment.