summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-06-07 12:28:57 -0300
committerAndrés <andmarti@gmail.com>2021-06-07 12:28:57 -0300
commit9f7a4684a1d1270d9d7b110a09d3999d50306884 (patch)
treeb81dbcc3ae0e4525746af2ea3158e74ffd89cf5d /tests
parent1486b00e8f8a2674d6678183455184957686661a (diff)
removed from test1 a forced error left by mistake
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test1.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test1.sh b/tests/test1.sh
index 7cd3970..638807a 100755
--- a/tests/test1.sh
+++ b/tests/test1.sh
@@ -9,7 +9,6 @@ NAME=test1
VALGRIND_CMD='valgrind -v --log-file=${NAME}_vallog --tool=memcheck --track-origins=yes --leak-check=full --show-leak-kinds=all --show-reachable=no'
. assert.sh
assert "echo GETNUM C2 | $VALGRIND_CMD ../src/sc-im ${NAME}.sc --nocurses --nodebug --quit_afterload 2>&1 |grep -v '^$\|Interp'" "81"
-echo "Invalid write of size" >> ${NAME}_vallog
#we check valgrind log
assert_iffound_notcond ${NAME}_vallog "definitely lost.*bytes" "0 bytes"