From 5abc956e1bdb6a3bd697b6f66b7c65c0f8d66953 Mon Sep 17 00:00:00 2001 From: Lluis Campos Date: Tue, 20 Oct 2020 13:55:10 +0200 Subject: [PATCH] [scripts/test] Remove leftover cleaning test_config This folder is not created any more. Changelog: None Signed-off-by: Lluis Campos --- scripts/test/test-utils.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/test/test-utils.sh b/scripts/test/test-utils.sh index 73c23e8..81d9b58 100644 --- a/scripts/test/test-utils.sh +++ b/scripts/test/test-utils.sh @@ -63,8 +63,6 @@ convert_and_test() { image_file=$3 extra_args=$4 # Optional - rm -f ${WORKSPACE}/test_config - MENDER_ARTIFACT_NAME=${artifact_name} ./docker-mender-convert \ --disk-image ${image_file} \ ${extra_args}