summaryrefslogtreecommitdiffstats
path: root/perl-install/wizards.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-10-04 13:36:01 +0000
committerThierry Vignaud <tv@mandriva.org>2007-10-04 13:36:01 +0000
commite8f1088a5cb241089ed6fef8d0787736464e7400 (patch)
treed9cd6be2cd2dc1b1132cfd06b00c2f9345d3ec33 /perl-install/wizards.pm
parentef070dcc75cd865375eae02a529ff4d3698919c5 (diff)
downloaddrakx-e8f1088a5cb241089ed6fef8d0787736464e7400.tar
drakx-e8f1088a5cb241089ed6fef8d0787736464e7400.tar.gz
drakx-e8f1088a5cb241089ed6fef8d0787736464e7400.tar.bz2
drakx-e8f1088a5cb241089ed6fef8d0787736464e7400.tar.xz
drakx-e8f1088a5cb241089ed6fef8d0787736464e7400.zip
revert latest commit (drakwizard tests must be adjusted)
Diffstat (limited to 'perl-install/wizards.pm')
-rw-r--r--perl-install/wizards.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/wizards.pm b/perl-install/wizards.pm
index f682f819e..9a262a216 100644
--- a/perl-install/wizards.pm
+++ b/perl-install/wizards.pm
@@ -119,7 +119,7 @@ sub process {
my ($res, $msg) = &{$o->{init}};
if (!$res) {
$in->ask_okcancel(N("Error"), $msg);
- die "wizcancel" if !$::testing;
+ die "wizard failed" if !$::testing;
}
}