summaryrefslogtreecommitdiffstats
path: root/java/test/junit.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-05-24 15:50:15 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-05-24 15:50:15 (GMT)
commit7c74d1f026cc76d5aa33a10da7b8cffef0ad7cda (patch)
treea6c4d85e6e5442f94d62015f0e5801d5b84c9b07 /java/test/junit.sh.in
parent2be5b1abd43ff7e1145b4ee9a5698d8c2b6bc9a2 (diff)
downloadhdf5-7c74d1f026cc76d5aa33a10da7b8cffef0ad7cda.zip
hdf5-7c74d1f026cc76d5aa33a10da7b8cffef0ad7cda.tar.gz
hdf5-7c74d1f026cc76d5aa33a10da7b8cffef0ad7cda.tar.bz2
Correct script names
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 c74d2e0..07c3242 100644
--- a/java/test/junit.sh.in
+++ b/java/test/junit.sh.in
@@ -224,8 +224,8 @@ CLEAN_DATAFILES_AND_BLDDIR()
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
- $RM $BLDDIR/JUnit-interface.ert
- $RM $BLDDIR/JUnit-interface.txt
+ $RM $BLDDIR/JUnit-*.ert
+ $RM $BLDDIR/JUnit-*.txt
fi
}