mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
checks: Use "sleep" without "s" suffix
FreeBSD's sleep doesn't accept it.
This commit is contained in:
parent
611a6589ea
commit
24970bb549
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#RUN: %fish -C 'set -l fish %fish' %s
|
||||
time sleep 0s
|
||||
time sleep 0
|
||||
|
||||
# These are a tad awkward because it picks the correct unit and adapts whitespace.
|
||||
# The idea is that it's a table.
|
||||
|
|
Loading…
Reference in a new issue