From: Darren Tucker Date: Thu, 22 Apr 2021 12:26:08 +0000 (+1000) Subject: Remove now-unused 2nd arg to configs. X-Git-Tag: V_8_7_P1~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e428f29402fb6ac140b52f8f12e06ece7bb104a0;p=thirdparty%2Fopenssh-portable.git Remove now-unused 2nd arg to configs. --- diff --git a/.github/run_test.sh b/.github/run_test.sh index 66fd52603..1d1ecbf35 100755 --- a/.github/run_test.sh +++ b/.github/run_test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -. .github/configs $1 $2 +. .github/configs $1 [ -z "${SUDO}" ] || ${SUDO} mkdir -p /var/empty