From 5b4d5a32d343dcae5e7b3f1a09850312f89ba868 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 3 Apr 2024 18:28:21 +0300 Subject: [PATCH] remove duplication --- plugins/python-build/test/stubs/stub | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/python-build/test/stubs/stub b/plugins/python-build/test/stubs/stub index b940bedb..a3b0f33e 100755 --- a/plugins/python-build/test/stubs/stub +++ b/plugins/python-build/test/stubs/stub @@ -100,10 +100,6 @@ if [ -n "${!_STUB_END}" ]; then rm -f "${!_STUB_RUN}" rm -f "${!_STUB_LOG}" - # Clean up the run file. - rm -f "${!_STUB_RUN}" - rm -f "${!_STUB_LOG}" - # Return the result. exit "${!_STUB_RESULT}"