X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/64f30688faef0876641a8e0e4f26b5c673c291d4..9ca2566972db968df4479108b29bb92551138b57:/tests/t0109-gitconfig.sh diff --git a/tests/t0109-gitconfig.sh b/tests/t0109-gitconfig.sh index 24b2942..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' " @@ -37,5 +37,6 @@ test_no_home_access_success foo/tree/file-1 test_no_home_access_success foo/commit test_no_home_access_success foo/diff test_no_home_access_success foo/patch +test_no_home_access_success foo/snapshot/master.tar.gz test_done