summaryrefslogtreecommitdiffstats
path: root/loader/hdinstall.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/hdinstall.c')
-rw-r--r--loader/hdinstall.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/loader/hdinstall.c b/loader/hdinstall.c
index d5b6138a5..ea39095c9 100644
--- a/loader/hdinstall.c
+++ b/loader/hdinstall.c
@@ -61,9 +61,6 @@ static char * setupIsoImages(char * device, char * dirName, char * location) {
logMessage(INFO, "mounting device %s for hard drive install", device);
- if (FL_TESTING(flags))
- return NULL;
-
if (doPwMount(device, "/mnt/isodir", "auto", "ro", NULL))
return NULL;