aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-05-13 06:53:00 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-05-13 06:53:00 +0200
commit201a3876a0470da156503ff2ed11c80f91ad0c69 (patch)
tree6815e0a85d92ae3b2aa28879af56bd2369938bbb
parentc611e096a8b73b82e5643237eb28e93ba25af6ca (diff)
downloadvis-201a3876a0470da156503ff2ed11c80f91ad0c69.tar.gz
vis-201a3876a0470da156503ff2ed11c80f91ad0c69.tar.xz
test/core: update ccan tap module
Syncs to last upstream change d1a951b82386391b82e48b32403891f85e253565 of the tap module.
-rw-r--r--core/ccan/tap/tap.34
1 files changed, 2 insertions, 2 deletions
diff --git a/core/ccan/tap/tap.3 b/core/ccan/tap/tap.3
index 0abab74..6fc7c5c 100644
--- a/core/ccan/tap/tap.3
+++ b/core/ccan/tap/tap.3
@@ -285,7 +285,7 @@ diag("Expected return code 0, got return code %d", rcode);
.Xc
.El
.Pp
-For maximum compatability your test program should return a particular
+For maximum compatibility your test program should return a particular
exit code. This is calculated by
.Fn exit_status
so it is sufficient to always return from
@@ -303,7 +303,7 @@ directory in the source distribution contains numerous tests of
functionality, written using
.Nm .
Examine them for examples of how to construct test suites.
-.Sh COMPATABILITY
+.Sh COMPATIBILITY
.Nm
strives to be compatible with the Perl Test::More and Test::Harness
modules. The test suite verifies that