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:
Cole Robinson 2020-03-02 14:29:33 -05:00
parent 44f29318dd
commit c574ec0528

View File

@ -258,7 +258,6 @@ set_runtime()
setup()
{
[ -z "$images_dir" ] && die "need images directory"
mkdir -p "${images_dir}"
if [ -n "$CI" ]; then