From 24970bb549b4ef4f24b55dc45bc543b7dbb9bba5 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 5 Jan 2020 18:41:56 +0100 Subject: [PATCH] checks: Use "sleep" without "s" suffix FreeBSD's sleep doesn't accept it. --- tests/checks/time.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/time.fish b/tests/checks/time.fish index e42ae9e24..486108911 100644 --- a/tests/checks/time.fish +++ b/tests/checks/time.fish @@ -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.