~ubuntu-branches/ubuntu/trusty/rsync/trusty

« back to all changes in this revision

Viewing changes to testsuite/00-hello.test

  • Committer: Package Import Robot
  • Author(s): Paul Slootman
  • Date: 2013-10-27 12:01:10 UTC
  • mfrom: (1.3.2)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20131027120110-eyksys8yzm1siekf
Tags: upstream-3.1.0
ImportĀ upstreamĀ versionĀ 3.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
 
 
3
test_fail() {
 
4
    echo "$@" >&2
 
5
    exit 1
 
6
}
 
7
 
3
8
echo $0 running
4
9
 
5
 
$RSYNC --version || exit 1
 
10
$RSYNC --version || test_fail '--version output failed'
 
11
 
 
12
$RSYNC --info=help || test_fail '--info=help output failed'
 
13
 
 
14
$RSYNC --debug=help || test_fail '--debug=help output failed'