We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46c92e commit 70eabceCopy full SHA for 70eabce
t/t0002-gitfile.sh
@@ -7,7 +7,7 @@ Verify that plumbing commands work when .git is a file
7
. ./test-lib.sh
8
9
objpath() {
10
- echo "$1" | sed -e 's|\(..\)|\1/|'
+ echo "$1" | sed -e 's|\(..\)|\1/|'
11
}
12
13
objck() {
@@ -19,7 +19,6 @@ objck() {
19
fi
20
21
22
-
23
test_expect_success 'initial setup' '
24
REAL="$(pwd)/.real" &&
25
mv .git "$REAL"
t/t0003-attributes.sh
@@ -13,7 +13,6 @@ attr_check () {
test_line_count = 0 err
14
15
16
17
test_expect_success 'setup' '
18
mkdir -p a/b/d a/c b &&
(
0 commit comments