mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 15:02:45 +00: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:
parent
44f29318dd
commit
c574ec0528
@ -258,7 +258,6 @@ set_runtime()
|
||||
|
||||
setup()
|
||||
{
|
||||
[ -z "$images_dir" ] && die "need images directory"
|
||||
mkdir -p "${images_dir}"
|
||||
|
||||
if [ -n "$CI" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user