citrun

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

commit 758b50a5d94695ea40180b4284a6aed7aa28eb5b
parent f32fbc3f4f1f9bd60d3364d62b2132b4e65cdb63
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat, 13 Aug 2016 13:18:42 -0600

t: fix total number of tests

Diffstat:
Mt/inst_path.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/inst_path.t b/t/inst_path.t @@ -4,7 +4,7 @@ # - not having PATH set errors # - not having CITRUN_SHARE in PATH when using transparent compile mode errors # -echo 1..6 +echo 1..5 # # This test is a little special. It unsets PATH and sets it to the empty string,