mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00: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:
parent
a173c079d5
commit
4d8a82b68f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
for i in (seq 2000)
|
||||
/usr/bin/true
|
||||
command true
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue