aboutsummaryrefslogtreecommitdiffstats
path: root/tools/randpkt-test.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-08-02 21:19:56 +0000
committerGerald Combs <gerald@wireshark.org>2006-08-02 21:19:56 +0000
commit35cac1cb36331faeb729212651f9efdfc0ae9785 (patch)
tree6d6cb4e811965de0bc965a4c493001ef6e316b83 /tools/randpkt-test.sh
parentfbb3dc9bd0f7354acdaf4855a0629a3061a24341 (diff)
Make the output file name a little more descriptive.
svn path=/trunk/; revision=18828
Diffstat (limited to 'tools/randpkt-test.sh')
-rwxr-xr-xtools/randpkt-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/randpkt-test.sh b/tools/randpkt-test.sh
index c263848d1c..9761043fd0 100755
--- a/tools/randpkt-test.sh
+++ b/tools/randpkt-test.sh
@@ -14,7 +14,7 @@ RANDPKT=./randpkt
# This needs to point to a 'date' that supports %s.
DATE=/bin/date
-BASE_NAME=rand-`$DATE +%Y-%m-%d`-$$
+BASE_NAME=randpkt-`$DATE +%Y-%m-%d`-$$
# Temporary file directory and names.
# (had problems with this on cygwin, tried TMP_DIR=./ which worked)