]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Fix formatting to make older perltidy happy
authorRuss Allbery <eagle@eyrie.org>
Mon, 22 May 2017 03:04:09 +0000 (20:04 -0700)
committerRuss Allbery <eagle@eyrie.org>
Mon, 22 May 2017 03:08:54 +0000 (20:08 -0700)
tests/tools/heimdal-strength-t

index 5929bc3cfdf96c4b78b2c0994b1827c86d213202..bb997a06a7dfa3e610665993231390003dec7f2e 100755 (executable)
@@ -43,18 +43,14 @@ my @TESTS = (
     },
     {
         title  => 'CrackLib tests',
-        config => {
-            password_dictionary => "$DATADIR/dictionary",
-        },
-        needs => 'CrackLib',
-        tests => [qw(cracklib principal)],
+        config => { password_dictionary => "$DATADIR/dictionary" },
+        needs  => 'CrackLib',
+        tests  => [qw(cracklib principal)],
     },
     {
         title  => 'Password length tests',
-        config => {
-            minimum_length => 12,
-        },
-        tests => [qw(length)],
+        config => { minimum_length => 12 },
+        tests  => [qw(length)],
     },
     {
         title  => 'Password length tests with cracklib_maxlen',
@@ -84,10 +80,9 @@ my @TESTS = (
         tests => [qw(classes)],
     },
     {
-        title  => 'CDB tests',
-        config => {
-            password_dictionary_cdb => test_file_path('data/wordlist.cdb'),
-        },
+        title => 'CDB tests',
+        config =>
+          { password_dictionary_cdb => test_file_path('data/wordlist.cdb') },
         tests => [qw(cdb principal)],
     },
     {