aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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)