aboutsummaryrefslogtreecommitdiffstats
path: root/tests/t0109-gitconfig.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t0109-gitconfig.sh')
-rwxr-xr-xtests/t0109-gitconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0109-gitconfig.sh b/tests/t0109-gitconfig.sh
index c9d16a2..5a84258 100755
--- a/tests/t0109-gitconfig.sh
+++ b/tests/t0109-gitconfig.sh
@@ -22,7 +22,7 @@ test_no_home_access () {
test_must_fail grep "$non_existant_path" strace.out
}
-function test_no_home_access_success() {
+test_no_home_access_success() {
test_expect_success "do not access \$HOME: $1" "
test_no_home_access '$1'
"