citrun

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

commit 601daa3ba48aebf64d3dc91d970b63fe9b5d9a70
parent ce3a717e9c4c3adff9e3c050f0dd4b565befe3f6
Author: kyle <kyle@0x30.net>
Date:   Mon, 28 Nov 2016 00:50:47 -0700

t: add citrun-check with spaces in dirs test

Diffstat:
At/check_spaces.sh | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/t/check_spaces.sh b/t/check_spaces.sh @@ -0,0 +1,15 @@ +#!/bin/sh -u +# +# Verify citrun-check can handle paths with spaces when counting log file. +# +. t/libtap.subr +. t/utils.subr +plan 2 + +modify_PATH +enter_tmpdir + +ok "is dir with spaces in name created" mkdir dir\ a dir\ b +touch dir\ a/citrun.log +touch dir\ b/citrun.log +ok "is citrun-check successful" citrun-check .