diff options
Diffstat (limited to 'tests/t0109-gitconfig.sh')
-rwxr-xr-x | tests/t0109-gitconfig.sh | 2 |
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 () { | |||
22 | test_must_fail grep "$non_existant_path" strace.out | 22 | test_must_fail grep "$non_existant_path" strace.out |
23 | } | 23 | } |
24 | 24 | ||
25 | function test_no_home_access_success() { | 25 | test_no_home_access_success() { |
26 | test_expect_success "do not access \$HOME: $1" " | 26 | test_expect_success "do not access \$HOME: $1" " |
27 | test_no_home_access '$1' | 27 | test_no_home_access '$1' |
28 | " | 28 | " |