~didier-barvaux/+junk/rohc-tcp

« back to all changes in this revision

Viewing changes to test/functional/rtp_detection/test_rtp_callback.sh

  • Committer: Didier Barvaux
  • Date: 2013-06-30 12:53:19 UTC
  • mfrom: (535.1.213 rohc-main)
  • Revision ID: didier@barvaux.org-20130630125319-33xosfau63ygas1f
Sync with main branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        exit 77
24
24
fi
25
25
 
 
26
test -z "${SED}" && SED="`which sed`"
 
27
test -z "${GREP}" && GREP="`which grep`"
 
28
test -z "${AWK}" && AWK="`which gawk`"
 
29
test -z "${AWK}" && AWK="`which awk`"
 
30
 
26
31
# parse arguments
27
32
SCRIPT="$0"
28
33
VERBOSE="$1"