File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / testsuite / 00-hello.test
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 07:51:15 2013 UTC (10 years, 8 months ago) by misho
Branches: rsync, MAIN
CVS tags: v3_2_3, v3_1_2p5, RSYNC3_1_0, HEAD
v 3.1.0

    1: #! /bin/sh
    2: 
    3: test_fail() {
    4:     echo "$@" >&2
    5:     exit 1
    6: }
    7: 
    8: echo $0 running
    9: 
   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'

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>