From 73e40a81df07d035d1a86b871012d022d38fb9e3 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 4 May 2017 14:11:11 -0400 Subject: [PATCH] Remove stray exit in t_referral.py Commit 1dc619624421002b1e64d3b8c7e270508381b3e6 included a stray "exit(0)" for debugging. Remove it. ticket: 8579 --- src/tests/t_referral.py | 1 - 1 file changed, 1 deletion(-) 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): -- 2.47.2