summaryrefslogtreecommitdiff
path: root/src/auditor/test-auditor.sh
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-20 02:11:03 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-20 02:11:03 +0100
commit26ad7c8191a764ed94d81d88752352addeaeda55 (patch)
tree8613c4f445f6f9d616e85bbe04425e6459fb8764 /src/auditor/test-auditor.sh
parentf45b1c912b5b7678df1c59afbbaab80cadd4c770 (diff)
downloadexchange-26ad7c8191a764ed94d81d88752352addeaeda55.tar.gz
exchange-26ad7c8191a764ed94d81d88752352addeaeda55.tar.bz2
exchange-26ad7c8191a764ed94d81d88752352addeaeda55.zip
spelling of 'mismatch'
Diffstat (limited to 'src/auditor/test-auditor.sh')
-rwxr-xr-xsrc/auditor/test-auditor.sh4
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