From 9e79da5e3314d7568bf47fd0c688811606e83c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 10 Aug 2022 19:57:01 +0200 Subject: [PATCH] Fix running tests on macOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn't support the 's' suffix in (sleep 5s). Seconds is the default on Linux as well. Signed-off-by: Miloslav Trmač --- hack/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make.sh b/hack/make.sh index 3510106e..cd06cb2d 100755 --- a/hack/make.sh +++ b/hack/make.sh @@ -34,7 +34,7 @@ if [[ "$SKOPEO_CONTAINER_TESTS" == "0" ]] && [[ "$CI" != "true" ]]; then echo " the Makefile targets WITHOUT the '-local' suffix." echo "***************************************************************" ) > /dev/stderr - sleep 5s + sleep 5 fi echo