]> gitweb.ps.run Git - ps-cgit/blobdiff - tests/t0109-gitconfig.sh
shared: remove unused function strlpart()
[ps-cgit] / tests / t0109-gitconfig.sh
index c9d16a258aee945dc53077489d1c67a221f95630..5a842581069f988dd796e378f0535ea07a44a290 100755 (executable)
@@ -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'
        "