summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakroam
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-05-17 08:55:09 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-05-17 08:55:09 +0000
commit875dbd4d4888e0fcc55b1aeb3dacd80fcdad0df0 (patch)
tree4e3015f0c0011e8cea6a8187c93730937a00c373 /perl-install/standalone/drakroam
parenta073077fce1265d1f6e733c027755113f0b7efa1 (diff)
downloaddrakx-backup-do-not-use-875dbd4d4888e0fcc55b1aeb3dacd80fcdad0df0.tar
drakx-backup-do-not-use-875dbd4d4888e0fcc55b1aeb3dacd80fcdad0df0.tar.gz
drakx-backup-do-not-use-875dbd4d4888e0fcc55b1aeb3dacd80fcdad0df0.tar.bz2
drakx-backup-do-not-use-875dbd4d4888e0fcc55b1aeb3dacd80fcdad0df0.tar.xz
drakx-backup-do-not-use-875dbd4d4888e0fcc55b1aeb3dacd80fcdad0df0.zip
help testing
Diffstat (limited to 'perl-install/standalone/drakroam')
-rwxr-xr-xperl-install/standalone/drakroam2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakroam b/perl-install/standalone/drakroam
index 94a046e75..2b4b9b8a6 100755
--- a/perl-install/standalone/drakroam
+++ b/perl-install/standalone/drakroam
@@ -40,7 +40,7 @@ require_root_capability();
unless (any { detect_devices::is_wireless_interface($_) } detect_devices::getNet()) {
ugtk2::err_dialog(N("Error"), N("You do not have any wireless interface.
Run the \"%s\" assistant from the Mandriva Linux Control Center", N("Set up a new network interface (LAN, ISDN, ADSL, ...)")));
- ugtk2::exit(0);
+ ugtk2::exit(0) if !$::testing;
}