Corrected pathing oversight.

This commit is contained in:
Ward Fisher 2017-11-21 12:17:32 -07:00
parent 2ab3e56747
commit c17503dfab

View File

@ -11,7 +11,7 @@ set -e
echo "" echo ""
echo "*** Testing compatibility with non-null-byte padded test file." echo "*** Testing compatibility with non-null-byte padded test file."
${NCDUMP} ref_null_byte_padding_test.nc ${NCDUMP} $srcdir/ref_null_byte_padding_test.nc
echo "Passed." echo "Passed."
exit 0 exit 0