summaryrefslogtreecommitdiff
path: root/t/t0002-gitfile.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-12-17 11:46:32 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-12-17 11:46:32 -0800
commit4d1826d1d96a4284ef268c6febeaa9fabfa75e9e (patch)
treec19c924f1072120694cf8bb9283f1334e619d94d /t/t0002-gitfile.sh
parentMerge branch 'jk/t5000-gzip-simplify' (diff)
parentremote: fix status with branch...rebase=preserve (diff)
downloadtgif-4d1826d1d96a4284ef268c6febeaa9fabfa75e9e.tar.xz
Merge branch 'fc/trivial'
* fc/trivial: remote: fix status with branch...rebase=preserve fetch: add missing documentation t: trivial whitespace cleanups abspath: trivial style fix
Diffstat (limited to 't/t0002-gitfile.sh')
-rwxr-xr-xt/t0002-gitfile.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t0002-gitfile.sh b/t/t0002-gitfile.sh
index cb144258cc..37e9396e5d 100755
--- 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"