mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-30 11:44:26 +01:00
tests: Remove dead unset images_dir check
This value is set globally, so this condition will never trigger. `mkdir -p` would error anyways if it was unspecified Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
@@ -258,7 +258,6 @@ set_runtime()
|
|||||||
|
|
||||||
setup()
|
setup()
|
||||||
{
|
{
|
||||||
[ -z "$images_dir" ] && die "need images directory"
|
|
||||||
mkdir -p "${images_dir}"
|
mkdir -p "${images_dir}"
|
||||||
|
|
||||||
if [ -n "$CI" ]; then
|
if [ -n "$CI" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user