diff options
Diffstat (limited to 'capitests/tests.c')
-rw-r--r-- | capitests/tests.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/capitests/tests.c b/capitests/tests.c index 0e42cb40..e5466b5e 100644 --- a/capitests/tests.c +++ b/capitests/tests.c @@ -148,6 +148,8 @@ static void no_test_warnings (void) fprintf (stderr, "warning: \"guestfs_vg_activate\" has no tests\n"); fprintf (stderr, "warning: \"guestfs_resize2fs\" has no tests\n"); fprintf (stderr, "warning: \"guestfs_e2fsck_f\" has no tests\n"); + fprintf (stderr, "warning: \"guestfs_sh\" has no tests\n"); + fprintf (stderr, "warning: \"guestfs_sh_lines\" has no tests\n"); } static int test_ntfs_3g_probe_0_skip (void) |