Removes code which overrides and ignores the custom-download cache. The DOWNLOAD_CACHE env_var ability still remains intact with this removal.
Code:
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 2c21163..e73bf4c 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -32,12 +32,6 @@ fi
# Location to save results, download cache, results viewer, etc. Must have trailing slash.
export PTS_USER_DIR=$HOME'/.phoronix-test-suite/'
-# Set DOWNLOAD_CACHE if it's not set already by the user
-if [ "X$DOWNLOAD_CACHE" = "X" ]
-then
- export DOWNLOAD_CACHE=$PTS_USER_DIR'download-cache/'
-fi
-
# Determine PHP binary location
if [ -x /usr/bin/php5 ] || [ -x /usr/local/bin/php5 ]
then