summaryrefslogtreecommitdiff
path: root/selftest/target/Samba.pm
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-08 06:54:50 +0200
committerAndrew Bartlett <abartlet@samba.org>2011-05-08 10:56:27 +0200
commit3eb1023d52d68f299365f24bf7dd30c428d835e9 (patch)
tree6960134661179848ffb337df2979db010704d72b /selftest/target/Samba.pm
parent69905360002203faf2db7a4df2bca237ea406396 (diff)
downloadsamba-3eb1023d52d68f299365f24bf7dd30c428d835e9.tar.gz
samba-3eb1023d52d68f299365f24bf7dd30c428d835e9.tar.bz2
samba-3eb1023d52d68f299365f24bf7dd30c428d835e9.zip
selftest Use die() less often, as it fails to allow cleanup
Diffstat (limited to 'selftest/target/Samba.pm')
-rw-r--r--selftest/target/Samba.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba.pm b/selftest/target/Samba.pm
index cec12e528d..1b1eb53933 100644
--- a/selftest/target/Samba.pm
+++ b/selftest/target/Samba.pm
@@ -64,7 +64,7 @@ sub mk_krb5_conf($)
my ($ctx) = @_;
unless (open(KRB5CONF, ">$ctx->{krb5_conf}")) {
- die("can't open $ctx->{krb5_conf}$?");
+ warn("can't open $ctx->{krb5_conf}$?");
return undef;
}
print KRB5CONF "