summaryrefslogtreecommitdiffstats
path: root/java/test/junit.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-03-22 15:15:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-03-22 15:15:44 (GMT)
commit98e315ffffdd4df59ad37259531bcef205d60d0e (patch)
tree857f54092d59f3793b01c77068498d55f4085151 /java/test/junit.sh.in
parent5309de6c548bd0af26bde85df20d8fd6ca518838 (diff)
downloadhdf5-98e315ffffdd4df59ad37259531bcef205d60d0e.zip
hdf5-98e315ffffdd4df59ad37259531bcef205d60d0e.tar.gz
hdf5-98e315ffffdd4df59ad37259531bcef205d60d0e.tar.bz2
[svn-r29507] Add actual file name to delete functions to prevent accidental deletion of source files.
(HDFFV-9730 created for tools scripts, which is the basis for the java scripts)
Diffstat (limited to 'java/test/junit.sh.in')
-rw-r--r--java/test/junit.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/junit.sh.in b/java/test/junit.sh.in
index 6ea3473..8de07e3 100644
--- a/java/test/junit.sh.in
+++ b/java/test/junit.sh.in
@@ -108,7 +108,7 @@ CLEAN_LIBFILES_AND_BLDLIBDIR()
# skip rm if srcdir is same as destdir
# this occurs when build/test performed in source dir and
# make cp fail
- SDIR=`$DIRNAME $tstfile`
+ SDIR=`$DIRNAME $HDFLIB_HOME/junit.jar`
INODE_SDIR=`$LS -i -d $SDIR | $AWK -F' ' '{print $1}'`
INODE_DDIR=`$LS -i -d $BLDLIBDIR | $AWK -F' ' '{print $1}'`
if [ "$INODE_SDIR" != "$INODE_DDIR" ]; then
@@ -151,7 +151,7 @@ CLEAN_DATAFILES_AND_BLDDIR()
# skip rm if srcdir is same as destdir
# this occurs when build/test performed in source dir and
# make cp fail
- SDIR=`$DIRNAME $tstfile`
+ SDIR=`$DIRNAME $HDFTEST_HOME/h5ex_g_iterate.hdf`
INODE_SDIR=`$LS -i -d $SDIR | $AWK -F' ' '{print $1}'`
INODE_DDIR=`$LS -i -d $BLDDIR | $AWK -F' ' '{print $1}'`
if [ "$INODE_SDIR" != "$INODE_DDIR" ]; then