summaryrefslogtreecommitdiffstats
path: root/bin/runtest
diff options
context:
space:
mode:
Diffstat (limited to 'bin/runtest')
-rwxr-xr-xbin/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest
index 8f90e51..42c8ac1 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -29,7 +29,7 @@ TOWHOM=${DEBUGMODE:+acheng}
TOWHOM=${TOWHOM:-hdf5lib@ncsa.uiuc.edu}
# Setup
-HOSTNAME=`hostname | sed -e s/.ncsa.uiuc.edu//`
+HOSTNAME=`hostname | cut -f1 -d.` # no domain part
H5DIR=$HOME/HDF5/v_1_3/hdf5
TODAY=`date +%y%m%d`
H5VER= # default to current CVS version