summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-12-22 08:40:30 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-12-22 13:04:38 +0000
commit5d93d70b4d36b2337104b3dbca07722fa4d47ff5 (patch)
tree792a9b58304dbe311d71a34c048cd941c64c2127 /src
parent72f5487be2df82277021d61f01884381ed9efbc5 (diff)
downloadlibguestfs-5d93d70b4d36b2337104b3dbca07722fa4d47ff5.tar.gz
libguestfs-5d93d70b4d36b2337104b3dbca07722fa4d47ff5.tar.xz
libguestfs-5d93d70b4d36b2337104b3dbca07722fa4d47ff5.zip
tests: Rename capitests -> tests/c-api.
Diffstat (limited to 'src')
-rw-r--r--src/guestfs.pod6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 2e18fd6d..45f63297 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -2799,7 +2799,7 @@ Packagers can run only certain tests by setting for example:
TEST_ONLY="vfs_type zerofree"
-See C<capitests/tests.c> for more details of how these environment
+See C<tests/c-api/tests.c> for more details of how these environment
variables work.
=head2 DEBUGGING NEW API ACTIONS
@@ -2917,10 +2917,6 @@ L<virt-alignment-scan(1)> command and documentation.
The libguestfs appliance, build scripts and so on.
-=item C<capitests>
-
-Automated tests of the C API.
-
=item C<cat>
The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands