mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
Added cleanup to test script.
This commit is contained in:
parent
d84dc3a634
commit
eed4788520
@ -28,4 +28,6 @@ ${NCGEN} -b -o "${UNISTRING}/tst_utf.nc" "${srcdir}/ref_tst_utf8.cdl"; ERR
|
||||
echo "*** Accessing binary file ${UNISTRING}/tst_utf.nc..."
|
||||
${NCDUMP} -h "${UNISTRING}/tst_utf.nc"; ERR
|
||||
|
||||
echo "Test Passed"
|
||||
echo "Test Passed. Cleaning up."
|
||||
rm "${UNISTRING}/tst_utf.nc"; ERR
|
||||
rmdir "${UNISTRING}"; ERR
|
||||
|
Loading…
Reference in New Issue
Block a user