Skip to content

Commit 8088b5f

Browse files
committed
fix sanity tests
1 parent d0fa1fc commit 8088b5f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test001

-7
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ if [ "${LINE}" != "${EXPT}" ]; then
5252
RV=1
5353
fi
5454

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-
6255
# Check result - details
6356
LINE=$(cat ${TMPDIR}/err.txt | cut -d'=' -f5 | grep 'are lost' | head -1 | tail -1)
6457
EXPT=" 6666 bytes in 3 block(s) are lost, originally allocated at:"

0 commit comments

Comments
 (0)