source: trunk/tools/tracemerge/test-tracemerge.sh @ 641

Last change on this file since 641 was 641, checked in by perry, 7 years ago

Make the testcase clean up after itself

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 151 bytes
Line 
1#!/bin/sh
2
3./tracemerge erf:trace1.erf \
4        erf:../../test/traces/100_packets.erf \
5        pcap:../../test/traces/100_packets.pcap || exit 1
6
7rm -f trace1.erf
Note: See TracBrowser for help on using the repository browser.