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 7a30498b..08f64ee1 100644 --- a/capitests/tests.c +++ b/capitests/tests.c @@ -151,6 +151,8 @@ static void no_test_warnings (void) fprintf (stderr, "warning: \"guestfs_sh\" has no tests\n"); fprintf (stderr, "warning: \"guestfs_sh_lines\" has no tests\n"); fprintf (stderr, "warning: \"guestfs_scrub_freespace\" has no tests\n"); + fprintf (stderr, "warning: \"guestfs_df\" has no tests\n"); + fprintf (stderr, "warning: \"guestfs_df_h\" has no tests\n"); } static int test_tail_n_0_skip (void) |