From db6dfa79732b4ab227329dd435a99067e357774a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 21 Nov 2024 13:07:15 -0500 Subject: tests/getopts: Remove unused variable --- tests/getopts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/getopts.sh b/tests/getopts.sh index 5214e9f..255f2fa 100644 --- a/tests/getopts.sh +++ b/tests/getopts.sh @@ -23,7 +23,6 @@ VERBOSE_TESTS=0 # Print usage information usage() { - local pad=$(printf "%*s" ${#0} "") color cat <