summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-11-21 13:07:15 -0500
committerTavian Barnes <tavianator@tavianator.com>2024-11-21 13:07:15 -0500
commitdb6dfa79732b4ab227329dd435a99067e357774a (patch)
tree2ff1eab8a83c0d915425a2f03712566b14e640f2 /tests
parentb8578ad721cab9fba73b0c4f470278862206606a (diff)
downloadbfs-db6dfa79732b4ab227329dd435a99067e357774a.tar.xz
tests/getopts: Remove unused variable
Diffstat (limited to 'tests')
-rw-r--r--tests/getopts.sh1
1 files changed, 0 insertions, 1 deletions
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 <<EOF
Usage: ${GRN}$0${RST}
[${BLU}-j${RST}${BLD}N${RST}] [${BLU}--make${RST}=${BLD}MAKE${RST}] [${BLU}--bfs${RST}=${BLD}path/to/bfs${RST}] [${BLU}--sudo${RST}[=${BLD}COMMAND${RST}]]