~didier-barvaux/+junk/rohc-tcp

« back to all changes in this revision

Viewing changes to test/robustness/damaged_packet/test_damaged_packet.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:
25
25
        exit 77
26
26
fi
27
27
 
 
28
test -z "${SED}" && SED="`which sed`"
 
29
test -z "${GREP}" && GREP="`which grep`"
 
30
test -z "${AWK}" && AWK="`which gawk`"
 
31
test -z "${AWK}" && AWK="`which awk`"
 
32
 
28
33
# parse arguments
29
34
SCRIPT="$0"
30
35
VERBOSE="$1"