citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit c80a16dfa9880ec4a3d66caf7e2d5383d6e9fd99
parent 440423198499ac23b7bff67293fba3bc81624a33
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun,  7 Aug 2016 21:15:53 -0600

t: use utils.sh in inst_log

Diffstat:
Mt/inst_log.t | 11+++--------
1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/t/inst_log.t b/t/inst_log.t @@ -1,13 +1,8 @@ #!/bin/sh -e +echo 1..6 -echo "1..6" - -tmpdir=`mktemp -d /tmp/citrun.XXXXXXXXXX` -trap "rm -rf $tmpdir" EXIT -echo "ok 1 - tmp dir created" - -export PATH="`pwd`/src:${PATH}" -cd $tmpdir +. test/utils.sh +setup cat <<EOF > source_0.c #include <stdlib.h>