From f21e538fde101f3dd01f91c41db64963a6694fb3 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Fri, 24 Jul 2020 18:19:01 +0100 Subject: [PATCH] Tests: Delete redundant detect(), compile() and release() (#1017) Since they are all shadowed by functions with the same name later in the file. Fixes #1013. [skip changelog] --- test/utils | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/test/utils b/test/utils index 1f176ce..f7cea65 100644 --- a/test/utils +++ b/test/utils @@ -56,21 +56,6 @@ resetCapture() unset rtrn # deprecated } -detect() -{ - capture ${BUILDPACK_HOME}/bin/detect ${BUILD_DIR} -} - -compile() -{ - capture ${BUILDPACK_HOME}/bin/compile ${BUILD_DIR} ${CACHE_DIR} -} - -release() -{ - capture ${BUILDPACK_HOME}/bin/release ${BUILD_DIR} -} - updateVersion() { echo "$2" > "test/fixtures/${1}/runtime.txt"