From: Philippe Proulx Date: Fri, 15 May 2020 19:31:33 +0000 (-0400) Subject: tests/config/pass/everything/pass.bats: quote `$CC` X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=027410e06eb44ca4f079adea9f8c76b25c5544bd;p=deliverable%2Fbarectf.git tests/config/pass/everything/pass.bats: quote `$CC` Signed-off-by: Philippe Proulx --- diff --git a/tests/config/pass/everything/pass.bats b/tests/config/pass/everything/pass.bats index 884aa77..4330bb6 100644 --- a/tests/config/pass/everything/pass.bats +++ b/tests/config/pass/everything/pass.bats @@ -33,7 +33,7 @@ load ../../common [ -f bctf-bitfield.h ] # test should be more extensive than that, but it's a start - $CC -c bctf.c + "$CC" -c bctf.c nm bctf.o | grep bctf_init nm bctf.o | grep bctf_my_other_stream_close_packet nm bctf.o | grep bctf_my_other_stream_open_packet