citrun

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

commit 10c2874c33592ad41bec2b64d0f1b3a3aa3c5eac
parent 702e0b36543d3c1c53482ab7eb55b0d0181b3774
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu, 18 Aug 2016 22:48:53 -0600

t: remove duplicated test

Diffstat:
Dt/inst_citrunpath.t | 12------------
1 file changed, 0 insertions(+), 12 deletions(-)

diff --git a/t/inst_citrunpath.t b/t/inst_citrunpath.t @@ -1,12 +0,0 @@ -#!/bin/sh -# -# Test that not having CITRUN_PATH (defined at build) in PATH errors out. -# -echo 1..1 -export PATH="" - -src/gcc -c nomatter.c 2> /dev/null - -if [ $? -eq 1 ]; then - echo ok 1 -fi