]> git.ipfire.org Git - thirdparty/libarchive.git/commit
test_main: Staticize some variables 2962/head
authorDag-Erling Smørgrav <des@des.dev>
Fri, 17 Apr 2026 16:43:59 +0000 (18:43 +0200)
committerDag-Erling Smørgrav <des@des.dev>
Fri, 17 Apr 2026 16:46:59 +0000 (18:46 +0200)
commitbfa16c05a26dbc9fb728e5a915d2c4afaa63d99f
treec54f530cdb70735fa1c6fc467485157a9ae636d5
parentb92f14a22073c0b02927a63f5a3f6fca97edc0fc
test_main: Staticize some variables

These variables are not used outside test_main, so they should be static.

Fixes: a252c603080a ("test_main: Run tests as unprivileged user")
test_utils/test_main.c