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]
This commit is contained in:
Ed Morley
2020-07-24 18:19:01 +01:00
committed by GitHub
parent a97da6382f
commit f21e538fde
-15
View File
@@ -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"