Skip to content

Commit 9e432db

Browse files
committed
Remove unnecessary ./ from test dir paths
1 parent 3d8002c commit 9e432db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_helper.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ setup() {
2222
git config user.name "Git Good Commit Tests"
2323
echo "Foo bar" > my_file
2424
git add my_file
25-
mkdir -p ./.git/hooks
26-
cp "$BASE_DIR/hook.sh" ./.git/hooks/commit-msg
25+
mkdir -p .git/hooks
26+
cp "$BASE_DIR/hook.sh" .git/hooks/commit-msg
2727
}
2828

2929
teardown() {

0 commit comments

Comments
 (0)