mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
change rm in test script to use specific file names so parallel builds continue to work
This commit is contained in:
parent
38e6fc6026
commit
9796831e70
@ -75,8 +75,7 @@ ok=1;
|
||||
if diff -b tst_ncf213.tmp ref_tst_ncf213.tmp ; then ok=1; else ok=0; fi
|
||||
|
||||
# cleanup
|
||||
#rm -f tst_ncf213.cdl tst_ncf213.nc
|
||||
rm -f *.tmp
|
||||
rm -f tst_ncf213.cdl tst_ncf213.nc tst_ncf213.tmp ref_tst_ncf213.tmp
|
||||
|
||||
if test $ok = 0 ; then
|
||||
echo "*** FAIL: NCF-213 Bug Fix test"
|
||||
|
Loading…
x
Reference in New Issue
Block a user