We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fa1fc commit 8088b5fCopy full SHA for 8088b5f
tests/test001
@@ -52,13 +52,6 @@ if [ "${LINE}" != "${EXPT}" ]; then
52
RV=1
53
fi
54
55
-LINE=$(cat ${TMPDIR}/err.txt | cut -d'=' -f5 | head -5 | tail -1)
56
-EXPT=" total heap usage: 5 allocs, 1 frees, 13332 bytes allocated"
57
-if [ "${LINE}" != "${EXPT}" ]; then
58
- echo "Output mismatch: \"${LINE}\" != \"${EXPT}\""
59
- RV=1
60
-fi
61
-
62
# Check result - details
63
LINE=$(cat ${TMPDIR}/err.txt | cut -d'=' -f5 | grep 'are lost' | head -1 | tail -1)
64
EXPT=" 6666 bytes in 3 block(s) are lost, originally allocated at:"
0 commit comments