From 53b8aac0afa12ccb37112c80f1e4cdea44904206 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 15 Nov 2021 21:57:04 +0000 Subject: [PATCH] tests: Remove redundant comment Commit e3abac4e5519b0d51c9a34a41af97f63920f3f32 which originally added the OCaml plugin back in 2014 added this comment. At the time the test was novel because it compiled a plugin (instead of testing either an existing plugin or one of the example plugins which is designed to testing against). However lots of other tests do that now so the comment is redundant. Thanks: Laszlo Ersek (cherry picked from commit 6b821fdc4ced4fc0af3fe2480d3ca43cb6476a6d) --- tests/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 6bba56ba..5ef90b6f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1081,8 +1081,6 @@ if HAVE_OCAML LIBGUESTFS_TESTS += test-ocaml -# This is somewhat different from the other tests because we have -# to build an actual plugin here. test_ocaml_SOURCES = test-ocaml.c test.h test_ocaml_CFLAGS = \ $(WARNINGS_CFLAGS) \ -- 2.31.1