mirror of
https://github.com/containers/skopeo.git
synced 2025-07-16 15:52:24 +00:00
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:
parent
97cb423b52
commit
9e79da5e33
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user