aboutsummaryrefslogtreecommitdiff
path: root/crypto/krb5/src/tests/t_replay.py
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/krb5/src/tests/t_replay.py')
-rw-r--r--crypto/krb5/src/tests/t_replay.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/krb5/src/tests/t_replay.py b/crypto/krb5/src/tests/t_replay.py
deleted file mode 100644
index 6ad58fe13209..000000000000
--- a/crypto/krb5/src/tests/t_replay.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from k5test import *
-
-realm = K5Realm()
-realm.run(['./replay', realm.host_princ])
-
-success('Replay tests')