diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-11-21 13:07:15 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-11-21 13:07:15 -0500 |
commit | db6dfa79732b4ab227329dd435a99067e357774a (patch) | |
tree | 2ff1eab8a83c0d915425a2f03712566b14e640f2 /tests/getopts.sh | |
parent | b8578ad721cab9fba73b0c4f470278862206606a (diff) | |
download | bfs-db6dfa79732b4ab227329dd435a99067e357774a.tar.xz |
tests/getopts: Remove unused variable
Diffstat (limited to 'tests/getopts.sh')
-rw-r--r-- | tests/getopts.sh | 1 |
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}]] |