summaryrefslogtreecommitdiffstats
path: root/loader2/pcmcia.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2003-02-04 05:00:41 +0000
committerMatt Wilson <msw@redhat.com>2003-02-04 05:00:41 +0000
commit86597b3173a905a1c00feac26818db4551ccad30 (patch)
tree6f3b322f07683b3ed463e23807b40b74aeb305f3 /loader2/pcmcia.c
parentc28ab13fc693dd77cd84ebe486a6058927387037 (diff)
downloadanaconda-86597b3173a905a1c00feac26818db4551ccad30.tar.gz
anaconda-86597b3173a905a1c00feac26818db4551ccad30.tar.xz
anaconda-86597b3173a905a1c00feac26818db4551ccad30.zip
no need to do this in testing mode
Diffstat (limited to 'loader2/pcmcia.c')
-rw-r--r--loader2/pcmcia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/pcmcia.c b/loader2/pcmcia.c
index 17996d058..a43aacdd2 100644
--- a/loader2/pcmcia.c
+++ b/loader2/pcmcia.c
@@ -66,7 +66,7 @@ int initializePcmciaController(moduleList modLoaded, moduleDeps modDeps,
char * mods;
int i;
- if (FL_NOPCMCIA(flags))
+ if (FL_NOPCMCIA(flags) || FL_TESTING(flags))
return 0;
pcic = getPcicController();