diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-05-24 15:50:15 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-05-24 15:50:15 (GMT) |
commit | 7c74d1f026cc76d5aa33a10da7b8cffef0ad7cda (patch) | |
tree | a6c4d85e6e5442f94d62015f0e5801d5b84c9b07 /java | |
parent | 2be5b1abd43ff7e1145b4ee9a5698d8c2b6bc9a2 (diff) | |
download | hdf5-7c74d1f026cc76d5aa33a10da7b8cffef0ad7cda.zip hdf5-7c74d1f026cc76d5aa33a10da7b8cffef0ad7cda.tar.gz hdf5-7c74d1f026cc76d5aa33a10da7b8cffef0ad7cda.tar.bz2 |
Correct script names
Diffstat (limited to 'java')
-rw-r--r-- | java/test/junit.sh.in | 4 |
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 } |