#!/usr/bin/perl use strict; use Test::More tests => 1; # check for basic configtest ok(! `/usr/local/bin/perl ./rsnapshot -c t/support/etc/configtest.conf configtest > /dev/null`);