aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/trackExternalProductChanges/fileList.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/trackExternalProductChanges/fileList.js')
-rw-r--r--tests/auto/blackbox/testdata/trackExternalProductChanges/fileList.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/blackbox/testdata/trackExternalProductChanges/fileList.js b/tests/auto/blackbox/testdata/trackExternalProductChanges/fileList.js
index 5174f8ce7..c3dfe2b11 100644
--- a/tests/auto/blackbox/testdata/trackExternalProductChanges/fileList.js
+++ b/tests/auto/blackbox/testdata/trackExternalProductChanges/fileList.js
@@ -1,6 +1,4 @@
function fileList() { return []; }
-function filesFromEnv(qbs) { return qbs.getEnv("QBS_TEST_PULL_IN_FILE_VIA_ENV") ? ["environmentChange.cpp"] : []; }
-
function filesFromFs(qbs) { return File.exists(path + "/fileExists.cpp") ? ["fileExists.cpp"] : []; }