summaryrefslogtreecommitdiffstats
path: root/tests/getopts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/getopts.sh')
-rw-r--r--tests/getopts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/getopts.sh b/tests/getopts.sh
index 5214e9f..b987e49 100644
--- a/tests/getopts.sh
+++ b/tests/getopts.sh
@@ -150,7 +150,7 @@ parse_args() {
# Try to resolve the path to $BFS before we cd, while also supporting
# --bfs="./bin/bfs -S ids"
- read -a BFS <<<"${BFS:-$BIN/bfs}"
+ read -a BFS <<<"${BFS:-$BIN/find2fd}"
BFS[0]=$(_realpath "$(command -v "${BFS[0]}")")
if ((${#PATTERNS[@]} == 0)); then