~ubuntu-branches/debian/experimental/ion/experimental

« back to all changes in this revision

Viewing changes to tests/loopback-ltp-dccp/cleanup

  • Committer: Package Import Robot
  • Author(s): Leo Iannacone
  • Date: 2012-02-01 09:46:31 UTC
  • Revision ID: package-import@ubuntu.com-20120201094631-qpfwehc1b7ftkjgx
Tags: upstream-2.5.3~dfsg1
ImportĀ upstreamĀ versionĀ 2.5.3~dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
#
 
3
# cleanup.sh
 
4
# Samuel Jero
 
5
# December 2010
 
6
#
 
7
# Cleanup Script for LTP over DCCP test
 
8
 
 
9
DCCPTEST=./dccptest.txt
 
10
LINUXTEST=./linuxtest.txt
 
11
IONSENDFILE=./ionsendfile.txt
 
12
IONRECEIVEFILE=./ionreceivefile.txt
 
13
 
 
14
rm -f $DCCPTEST $LINUXTEST $IONSENDFILE $IONRECEIVEFILE ion.log
 
15
exit 0