diff options
Diffstat (limited to 'src/tests/t_cccol.py')
-rw-r--r-- | src/tests/t_cccol.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/t_cccol.py b/src/tests/t_cccol.py index 06e1902932..35b39d265c 100644 --- a/src/tests/t_cccol.py +++ b/src/tests/t_cccol.py @@ -28,7 +28,6 @@ realm = K5Realm(create_user=False, create_host=False) # Make a directory collection and use it for client commands in both realms. ccdir = os.path.join(realm.testdir, 'cc') ccname = 'DIR:' + ccdir -os.mkdir(ccdir) realm.env_client['KRB5CCNAME'] = ccname realm.addprinc('alice', password('alice')) |