]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Hopefully fix perltidy failure in Travis-CI
authorRuss Allbery <eagle@eyrie.org>
Mon, 7 Nov 2016 02:58:24 +0000 (18:58 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 7 Nov 2016 02:58:24 +0000 (18:58 -0800)
tests/tools/heimdal-strength-t

index fd83ab185448d83b60617b23e883495abd081b05..290707f9177d0048b72f610826cb03a50e951d4e 100755 (executable)
@@ -165,8 +165,11 @@ plan(tests => $count * 3 + 21);
 # Install the krb5.conf file with a configuration pointing to the test
 # CrackLib dictionary.
 my $datadir = $ENV{BUILD} ? "$ENV{BUILD}/data" : 'tests/data';
-my $krb5_conf
-  = create_krb5_conf({ password_dictionary => "$datadir/dictionary" });
+my $krb5_conf = create_krb5_conf(
+    {
+        password_dictionary => "$datadir/dictionary",
+    }
+);
 local $ENV{KRB5_CONFIG} = $krb5_conf;
 
 # Run the CrackLib password tests and based-on-principal tests from JSON.