git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e46c92e
)
t: trivial whitespace cleanups
author
Felipe Contreras
<redacted>
Sun, 8 Dec 2013 05:56:57 +0000
(23:56 -0600)
committer
Junio C Hamano
<redacted>
Mon, 9 Dec 2013 21:24:21 +0000
(13:24 -0800)
Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t0002-gitfile.sh
patch
|
blob
|
history
t/t0003-attributes.sh
patch
|
blob
|
history
diff --git
a/t/t0002-gitfile.sh
b/t/t0002-gitfile.sh
index cb144258ccc3f32025c4b7beba6ac02c427612d8..37e9396e5dae8957ba73507018d5c334ee65e30d 100755
(executable)
--- a/
t/t0002-gitfile.sh
+++ b/
t/t0002-gitfile.sh
@@
-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"
diff --git
a/t/t0003-attributes.sh
b/t/t0003-attributes.sh
index 0b98b6f8d090ecc3dfb48fe6fda5889dfbc5e018..b9d79476e20b4ddf0f9e85c672df2061fb910f9d 100755
(executable)
--- 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 &&
(
git clone https://git.99rst.org/PROJECT