summaryrefslogtreecommitdiffstats
path: root/bench
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-08-18 17:36:30 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-08-18 17:36:52 -0400
commit9cf398b74f51b4d7eb6838385b889fa013b6af76 (patch)
tree4c7f4c75002d6514647bab71e6ef760d5a901d98 /bench
parent9462e5aae63949215ea9b25fa52921517fd9fca3 (diff)
downloadbfs-9cf398b74f51b4d7eb6838385b889fa013b6af76.tar.xz
bench: Remove workaround for : in $PATH
Diffstat (limited to 'bench')
-rw-r--r--bench/bench.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/bench/bench.sh b/bench/bench.sh
index cf1ae49..b6682a2 100644
--- a/bench/bench.sh
+++ b/bench/bench.sh
@@ -269,12 +269,7 @@ setup() {
)
done
- # $SETUP_DIR contains `:` so it won't work in $PATH
- # Work around this with a symlink
- tmp=$(as-user mktemp)
- as-user ln -sf "$bin" "$tmp"
- defer rm "$tmp"
- export PATH="$tmp:$PATH"
+ export PATH="$bin:$PATH"
fi
export_array BFS