From 46651ce6fe013220ed397add242004d764fc0153 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:15:05 +0200 Subject: Adding upstream version 14.5. Signed-off-by: Daniel Baumann --- contrib/vacuumlo/t/001_basic.pl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contrib/vacuumlo/t/001_basic.pl (limited to 'contrib/vacuumlo/t/001_basic.pl') diff --git a/contrib/vacuumlo/t/001_basic.pl b/contrib/vacuumlo/t/001_basic.pl new file mode 100644 index 0000000..2121f45 --- /dev/null +++ b/contrib/vacuumlo/t/001_basic.pl @@ -0,0 +1,12 @@ + +# Copyright (c) 2021, PostgreSQL Global Development Group + +use strict; +use warnings; + +use TestLib; +use Test::More tests => 8; + +program_help_ok('vacuumlo'); +program_version_ok('vacuumlo'); +program_options_handling_ok('vacuumlo'); -- cgit v1.2.3