From 44f29318dd2c427135a46b48279cbac028d5ce29 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sun, 1 Mar 2020 12:34:56 -0500 Subject: [PATCH] tests: Remove unused test_func_prefix This has been unused since 562be909 Signed-off-by: Cole Robinson --- tests/test_images.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_images.sh b/tests/test_images.sh index 73c0ba57d..d2bd1dce5 100755 --- a/tests/test_images.sh +++ b/tests/test_images.sh @@ -27,9 +27,6 @@ readonly KATA_HYPERVISOR="${KATA_HYPERVISOR:-}" readonly ci_results_dir="/var/osbuilder/tests" readonly dracut_dir=${script_dir}/../dracut -# all distro tests must have this prefix -readonly test_func_prefix="test_distro_" - # "docker build" does not work with a VM-based runtime readonly docker_build_runtime="runc"