mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 02:41:14 -03:00
benchmarks: use true executable in path
true is /bin/true on some Linux and /usr/bin/true on macOS. [ci skip]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
for i in (seq 2000)
|
||||
/usr/bin/true
|
||||
command true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user