Fix running tests on macOS

It doesn't support the 's' suffix in (sleep 5s). Seconds
is the default on Linux as well.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač 2022-08-10 19:57:01 +02:00
parent 97cb423b52
commit 9e79da5e33

View File

@ -34,7 +34,7 @@ if [[ "$SKOPEO_CONTAINER_TESTS" == "0" ]] && [[ "$CI" != "true" ]]; then
echo " the Makefile targets WITHOUT the '-local' suffix." echo " the Makefile targets WITHOUT the '-local' suffix."
echo "***************************************************************" echo "***************************************************************"
) > /dev/stderr ) > /dev/stderr
sleep 5s sleep 5
fi fi
echo echo