#!/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`);


syntax highlighted by Code2HTML, v. 0.9.1