diff options
author | Matt Wilson <msw@redhat.com> | 2003-02-04 05:00:41 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2003-02-04 05:00:41 +0000 |
commit | 86597b3173a905a1c00feac26818db4551ccad30 (patch) | |
tree | 6f3b322f07683b3ed463e23807b40b74aeb305f3 /loader2/pcmcia.c | |
parent | c28ab13fc693dd77cd84ebe486a6058927387037 (diff) | |
download | anaconda-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.c | 2 |
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(); |