Files
gitea-custom/git-hooks/test/run_deny_binary_tests.sh
2025-12-18 11:44:03 +01:00

11 lines
169 B
Bash
Executable File

#!/bin/sh
set -e
SCRIPT=$(readlink -f "$0")
SCRIPT_PATH=$(dirname "$SCRIPT")
. "${SCRIPT_PATH}/common/functions"
run_tests_in_directory "${SCRIPT_PATH}/deny_binary"