Bump to 1.14.1
[platform/upstream/augeas.git] / tests / lens-test-1
index 2916ac0..4fe4b68 100755 (executable)
@@ -12,5 +12,6 @@ t=$LENS_DIR/tests/test_$me.aug
 if [ -n "$VALGRIND" ] ; then
   exec $VALGRIND $AUGPARSE --nostdinc -I "$LENS_DIR" "$t"
 else
+  export MALLOC_CHECK_=3
   exec augparse --nostdinc -I "$LENS_DIR" "$t"
 fi