summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2018-09-03 16:38:20 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 11:42:24 +0200
commit364c13ac3d2d1cd05d0f5f375697807c8585f844 (patch)
tree9d346285cfaf20742ed660710bdfa1cd683f610d /testprogs
parent630cc6e6268cfed08b9f21cd77181f82f36ea44b (diff)
downloadsamba-364c13ac3d2d1cd05d0f5f375697807c8585f844.tar.gz
selftest/samba4.blackbox.export.keytab: Remove stray exit 0 and so run cleanup
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'testprogs')
-rwxr-xr-xtestprogs/blackbox/test_export_keytab_mit.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/testprogs/blackbox/test_export_keytab_mit.sh b/testprogs/blackbox/test_export_keytab_mit.sh
index b972cd8f1c4..f9c5de0daef 100755
--- a/testprogs/blackbox/test_export_keytab_mit.sh
+++ b/testprogs/blackbox/test_export_keytab_mit.sh
@@ -116,8 +116,6 @@ export KRB5CCNAME
echo "$samba_kinit -k -t $PREFIX/tmpkeytab-server cifs/$SERVER_FQDN"
testit "kinit with SPN from keytab" $VALGRIND $samba_kinit -k -t $PREFIX/tmpkeytab-server cifs/$SERVER_FQDN || failed=`expr $failed + 1`
-exit 0
-
# cleanup
testit "delete user $TEST_USER" $VALGRIND $samba_tool user delete nettestuser -k yes $@ || failed=`expr $failed + 1`