From: Arran Cudbard-Bell Date: Fri, 4 Aug 2017 13:43:57 +0000 (-0400) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc0a5bc4d8c5a0cf18b3260927176fa46a571c83;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/tests/modules/pap/pbkfd2_dig_big.unlang b/src/tests/modules/pap/pbkfd2_dig_big.unlang index fc1c8ee9525..3702ebd357d 100644 --- a/src/tests/modules/pap/pbkfd2_dig_big.unlang +++ b/src/tests/modules/pap/pbkfd2_dig_big.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_dig_small.unlang b/src/tests/modules/pap/pbkfd2_dig_small.unlang index 16761d764c0..d52c1c33f65 100644 --- a/src/tests/modules/pap/pbkfd2_dig_small.unlang +++ b/src/tests/modules/pap/pbkfd2_dig_small.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_iter0.unlang b/src/tests/modules/pap/pbkfd2_iter0.unlang index 16a5e3cd4e5..e5453ee6ee6 100644 --- a/src/tests/modules/pap/pbkfd2_iter0.unlang +++ b/src/tests/modules/pap/pbkfd2_iter0.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_iter1.unlang b/src/tests/modules/pap/pbkfd2_iter1.unlang index ab4e4d13df5..6aa94eda88e 100644 --- a/src/tests/modules/pap/pbkfd2_iter1.unlang +++ b/src/tests/modules/pap/pbkfd2_iter1.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_iter1000.unlang b/src/tests/modules/pap/pbkfd2_iter1000.unlang index 358539d0d4c..fd8e32e6ef4 100644 --- a/src/tests/modules/pap/pbkfd2_iter1000.unlang +++ b/src/tests/modules/pap/pbkfd2_iter1000.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_iter100000.unlang b/src/tests/modules/pap/pbkfd2_iter100000.unlang index 5b688cd1943..cfc8e5831ba 100644 --- a/src/tests/modules/pap/pbkfd2_iter100000.unlang +++ b/src/tests/modules/pap/pbkfd2_iter100000.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_iter_big.unlang b/src/tests/modules/pap/pbkfd2_iter_big.unlang index ffc7cc571be..849726bbf84 100644 --- a/src/tests/modules/pap/pbkfd2_iter_big.unlang +++ b/src/tests/modules/pap/pbkfd2_iter_big.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_iter_miss.unlang b/src/tests/modules/pap/pbkfd2_iter_miss.unlang index 2393760c4ab..76a25ac3471 100644 --- a/src/tests/modules/pap/pbkfd2_iter_miss.unlang +++ b/src/tests/modules/pap/pbkfd2_iter_miss.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_iter_small.unlang b/src/tests/modules/pap/pbkfd2_iter_small.unlang index ae62495c0ff..abd6203758a 100644 --- a/src/tests/modules/pap/pbkfd2_iter_small.unlang +++ b/src/tests/modules/pap/pbkfd2_iter_small.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_salt0.unlang b/src/tests/modules/pap/pbkfd2_salt0.unlang index 40ea15073ba..9d3513243eb 100644 --- a/src/tests/modules/pap/pbkfd2_salt0.unlang +++ b/src/tests/modules/pap/pbkfd2_salt0.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_salt1.unlang b/src/tests/modules/pap/pbkfd2_salt1.unlang index ca4b0bebdec..8092ea7b724 100644 --- a/src/tests/modules/pap/pbkfd2_salt1.unlang +++ b/src/tests/modules/pap/pbkfd2_salt1.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_salt1024.unlang b/src/tests/modules/pap/pbkfd2_salt1024.unlang index 0041166867c..f7aa9ad93af 100644 --- a/src/tests/modules/pap/pbkfd2_salt1024.unlang +++ b/src/tests/modules/pap/pbkfd2_salt1024.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_salt64.unlang b/src/tests/modules/pap/pbkfd2_salt64.unlang index 6dfe5e8766f..f9ff7bd2af6 100644 --- a/src/tests/modules/pap/pbkfd2_salt64.unlang +++ b/src/tests/modules/pap/pbkfd2_salt64.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_salt_big.unlang b/src/tests/modules/pap/pbkfd2_salt_big.unlang index 68efa0d6c6f..42cfdd587eb 100644 --- a/src/tests/modules/pap/pbkfd2_salt_big.unlang +++ b/src/tests/modules/pap/pbkfd2_salt_big.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_salt_small.unlang b/src/tests/modules/pap/pbkfd2_salt_small.unlang index 08e8521d165..93ae9a3b029 100644 --- a/src/tests/modules/pap/pbkfd2_salt_small.unlang +++ b/src/tests/modules/pap/pbkfd2_salt_small.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_sha1.unlang b/src/tests/modules/pap/pbkfd2_sha1.unlang index 2694887f21a..a4550988072 100644 --- a/src/tests/modules/pap/pbkfd2_sha1.unlang +++ b/src/tests/modules/pap/pbkfd2_sha1.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_sha2_224.unlang b/src/tests/modules/pap/pbkfd2_sha2_224.unlang index 2b609d38e28..6dbb560e0d6 100644 --- a/src/tests/modules/pap/pbkfd2_sha2_224.unlang +++ b/src/tests/modules/pap/pbkfd2_sha2_224.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_sha2_256.unlang b/src/tests/modules/pap/pbkfd2_sha2_256.unlang index 04e16057ef6..785fdcdcdcf 100644 --- a/src/tests/modules/pap/pbkfd2_sha2_256.unlang +++ b/src/tests/modules/pap/pbkfd2_sha2_256.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_sha2_384.unlang b/src/tests/modules/pap/pbkfd2_sha2_384.unlang index 9682952b28f..c99ad59756d 100644 --- a/src/tests/modules/pap/pbkfd2_sha2_384.unlang +++ b/src/tests/modules/pap/pbkfd2_sha2_384.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return } diff --git a/src/tests/modules/pap/pbkfd2_sha2_512.unlang b/src/tests/modules/pap/pbkfd2_sha2_512.unlang index 6bcc7ca8811..35c9098e1de 100644 --- a/src/tests/modules/pap/pbkfd2_sha2_512.unlang +++ b/src/tests/modules/pap/pbkfd2_sha2_512.unlang @@ -1,4 +1,4 @@ -if (${features.tls} == 'no') { +if (${feature.tls} == 'no') { test_pass return }