~ubuntu-branches/debian/stretch/rsnapshot/stretch

« back to all changes in this revision

Viewing changes to t/configtest/configtest.t

  • Committer: Package Import Robot
  • Author(s): Guillaume Delacour
  • Date: 2015-07-18 14:03:05 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20150718140305-8sbjl7rl0beryx4g
Tags: 1.4.0-1
* New upstream release (Closes: #786854)
 + Retains renamed, provide helper migration script debian/rename_retains.sh
   and changes retains in debian/cron.d
 + Drop accepted or cherry picked patches:
   03_pod_missing_back.diff
   06_fix_random_file_verify.diff
   08_manpage_hourly_to_daily.diff
   09_strip_backtick.diff
   10_space_destdir.diff
   11_lvm_snapshots.diff
   12_include_conf_with_arguments.diff
   13_print_warn.diff
   14_rsync_rsh_quoting.diff
   16_configtest_manpage.diff
   17_linux_lvm_cmd_lvremove_silenced.diff
   19_cmd_postexec_umount.diff
* Refresh debian/patches/18_rsnapreport_rsync_output.diff to remove "," in
  bytes rsync transfert output and required verbose level (Closes: #784650)
* debian/docs: Use README.md instead of README, remove no more provided TODO

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/home/travis/perl5/perlbrew/perls/5.16/bin/perl
 
2
 
 
3
use strict;
 
4
use Test::More tests => 1;
 
5
use SysWrap;
 
6
 
 
7
# check for basic configtest
 
8
ok(0 == rsnapshot("-c /home/travis/build/rsnapshot/rsnapshot//t//configtest/conf/configtest.conf configtest"));