]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove stray exit in t_referral.py 652/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 4 May 2017 18:11:11 +0000 (14:11 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 4 May 2017 18:11:11 +0000 (14:11 -0400)
Commit 1dc619624421002b1e64d3b8c7e270508381b3e6 included a stray
"exit(0)" for debugging.  Remove it.

ticket: 8579

src/tests/t_referral.py

index 138fc36ee8e48582e57114f9063aa54ce813afab..98fdf2925616a1694c99e238db7d0166e02203a5 100755 (executable)
@@ -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):