diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-20 02:11:03 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-20 02:11:03 +0100 |
commit | 26ad7c8191a764ed94d81d88752352addeaeda55 (patch) | |
tree | 8613c4f445f6f9d616e85bbe04425e6459fb8764 /src/auditor/test-auditor.sh | |
parent | f45b1c912b5b7678df1c59afbbaab80cadd4c770 (diff) |
spelling of 'mismatch'
Diffstat (limited to 'src/auditor/test-auditor.sh')
-rwxr-xr-x | src/auditor/test-auditor.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index d945e4ead..00ed05230 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -697,7 +697,7 @@ run_audit echo -n "Testing inconsistency detection... " DIAG=`jq -r .row_minor_inconsistencies[0].diagnostic < test-wire-audit.json` -if test "x$DIAG" != "xexecution date missmatch" +if test "x$DIAG" != "xexecution date mismatch" then exit_fail "Reported diagnostic wrong: $DIAG" fi @@ -1045,7 +1045,7 @@ then fi DIAG=`jq -r .row_minor_inconsistencies[0].diagnostic < test-wire-audit.json` DIAG=`echo "$DIAG" | awk '{print $1 " " $2 " " $3}'` - if test "x$DIAG" != "xexecution date missmatch" + if test "x$DIAG" != "xexecution date mismatch" then exit_fail "Reported diagnostic wrong: $DIAG" fi |