From c574ec0528f90ea7e389ceb84cfadc3f4f199ab2 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 2 Mar 2020 14:29:33 -0500 Subject: [PATCH] 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 --- tests/test_images.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_images.sh b/tests/test_images.sh index d2bd1dce54..04f52d52b0 100755 --- a/tests/test_images.sh +++ b/tests/test_images.sh @@ -258,7 +258,6 @@ set_runtime() setup() { - [ -z "$images_dir" ] && die "need images directory" mkdir -p "${images_dir}" if [ -n "$CI" ]; then