]> eyrie.org Git - kerberos/krb5-sync.git/commitdiff
Rename the default test krb5.conf file
authorRuss Allbery <eagle@eyrie.org>
Thu, 5 Dec 2013 01:29:27 +0000 (17:29 -0800)
committerRuss Allbery <eagle@eyrie.org>
Thu, 5 Dec 2013 01:29:27 +0000 (17:29 -0800)
Calling it krb5.conf is confusing.  Call it default.conf instead,
which is clearer about its role.

tests/data/default.conf [moved from tests/data/krb5.conf with 100% similarity]
tests/plugin/heimdal-t.c
tests/plugin/mit-t.c
tests/plugin/queuing-t.c

similarity index 100%
rename from tests/data/krb5.conf
rename to tests/data/default.conf
index 8cea07032fbd81e85c5f1f6cbbfde5a0cbf02e09..ea9d8d7b523afa93d4f2b56c66409494ae915e7c 100644 (file)
@@ -65,7 +65,7 @@ main(void)
     const char *message;
     char *wanted;
 
-    krb5conf = test_file_path("data/krb5.conf");
+    krb5conf = test_file_path("data/default.conf");
     if (krb5conf == NULL)
         bail("cannot find tests/data/krb5.conf");
     basprintf(&env, "KRB5_CONFIG=%s", krb5conf);
index 1dd55cc8ef25f1c08ba9891b532cb56ca59ddf19..aac5cd0451da951ae51c26dc0ee87f8fc8d0664a 100644 (file)
@@ -51,7 +51,7 @@ main(void)
     const char *message;
     char *wanted;
 
-    krb5conf = test_file_path("data/krb5.conf");
+    krb5conf = test_file_path("data/default.conf");
     if (krb5conf == NULL)
         bail("cannot find tests/data/krb5.conf");
     basprintf(&env, "KRB5_CONFIG=%s", krb5conf);
index 1d8c2790304ee643900c09b9fad5a8d7c92be341..598578058a8d7c00ad038e39287b79358211c218 100644 (file)
@@ -48,7 +48,7 @@ main(void)
     tmpdir = test_tmpdir();
     if (chdir(tmpdir) < 0)
         sysbail("cannot cd to %s", tmpdir);
-    krb5conf = test_file_path("data/krb5.conf");
+    krb5conf = test_file_path("data/default.conf");
     if (krb5conf == NULL)
         bail("cannot find tests/data/krb5.conf");
     if (mkdir("queue", 0777) < 0)