Added cleanup to test script.

This commit is contained in:
Ward Fisher 2020-03-11 13:04:44 -06:00
parent d84dc3a634
commit eed4788520

View File

@ -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