Skip to content
Snippets Groups Projects
Commit bb309113 authored by Stephan Bosch's avatar Stephan Bosch
Browse files

Fixed spelling of 'existent' in various testsuite scripts.

parent 29bbcb7b
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ test "EXISTS-one" { ...@@ -17,7 +17,7 @@ test "EXISTS-one" {
} }
if exists "x-nonsense" { if exists "x-nonsense" {
test_fail "exists test found non-existant header"; test_fail "exists test found non-existent header";
} }
} }
...@@ -27,7 +27,7 @@ test "EXISTS-two" { ...@@ -27,7 +27,7 @@ test "EXISTS-two" {
} }
if exists ["from","to","x-nonsense"] { if exists ["from","to","x-nonsense"] {
test_fail "exists test found non-existant header"; test_fail "exists test found non-existent header";
} }
} }
...@@ -37,6 +37,6 @@ test "EXISTS-three" { ...@@ -37,6 +37,6 @@ test "EXISTS-three" {
} }
if exists ["x-spam", "sub", "resent"] { if exists ["x-spam", "sub", "resent"] {
test_fail "exists test found non-existant header"; test_fail "exists test found non-existent header";
} }
} }
...@@ -84,14 +84,14 @@ Subject: No body is here! ...@@ -84,14 +84,14 @@ Subject: No body is here!
test "No body" { test "No body" {
if body :raw :contains "" { if body :raw :contains "" {
test_fail "matched against non-existant body (:contains \"\")"; test_fail "matched against non-existent body (:contains \"\")";
} }
if body :raw :is "" { if body :raw :is "" {
test_fail "matched against non-existant body (:is \"\")"; test_fail "matched against non-existent body (:is \"\")";
} }
if body :raw :matches "*" { if body :raw :matches "*" {
test_fail "matched against non-existant body (:matches \"*\")"; test_fail "matched against non-existent body (:matches \"*\")";
} }
} }
...@@ -2,7 +2,7 @@ require "vnd.dovecot.testsuite"; ...@@ -2,7 +2,7 @@ require "vnd.dovecot.testsuite";
require "environment"; require "environment";
require "relational"; require "relational";
test "Non-existant" { test "Non-existent" {
if environment :contains "nonsense" "" { if environment :contains "nonsense" "" {
test_fail "matched unknown environment item"; test_fail "matched unknown environment item";
} }
......
require "include"; require "include";
# Non-existant sieve script # Non-existent sieve script
include "frop.sieve"; include "frop.sieve";
# Use of / in script names # Use of / in script names
......
...@@ -102,10 +102,10 @@ test_set "envelope.to" "frop@sieve.nl"; ...@@ -102,10 +102,10 @@ test_set "envelope.to" "frop@sieve.nl";
test "No detail" { test "No detail" {
if envelope :detail "to" "virus" { if envelope :detail "to" "virus" {
test_fail ":detail matched non-existant detail element in envelope (separator is missing)"; test_fail ":detail matched non-existent detail element in envelope (separator is missing)";
} }
if address :detail "from" "virus" { if address :detail "from" "virus" {
test_fail ":detail matched non-existant detail element in from header (separator is missing)"; test_fail ":detail matched non-existent detail element in from header (separator is missing)";
} }
} }
...@@ -45,7 +45,7 @@ test "Contains empty - exist" { ...@@ -45,7 +45,7 @@ test "Contains empty - exist" {
test "Contains empty - not exist" { test "Contains empty - not exist" {
if header :contains "x-nonsense" "" { if header :contains "x-nonsense" "" {
test_fail "header test :contains match type matches \"\" on non-existant header"; test_fail "header test :contains match type matches \"\" on non-existent header";
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.