From: Greg Hudson Date: Thu, 4 May 2017 18:11:11 +0000 (-0400) Subject: Remove stray exit in t_referral.py X-Git-Tag: krb5-1.16-beta1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e40a81df07d035d1a86b871012d022d38fb9e3;p=thirdparty%2Fkrb5.git Remove stray exit in t_referral.py Commit 1dc619624421002b1e64d3b8c7e270508381b3e6 included a stray "exit(0)" for debugging. Remove it. ticket: 8579 --- diff --git a/src/tests/t_referral.py b/src/tests/t_referral.py index 138fc36ee8..98fdf29256 100755 --- a/src/tests/t_referral.py +++ b/src/tests/t_referral.py @@ -23,7 +23,6 @@ def testref(realm, nametype): fail('unexpected number of lines in klist output') if out[5].split()[4] != 'a/x.d@' or out[6].split()[4] != 'a/x.d@REFREALM': fail('unexpected service principals in klist output') - exit(0) # Get credentials and check that we get an error, not a referral. def testfail(realm, nametype):