From 027410e06eb44ca4f079adea9f8c76b25c5544bd Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 15 May 2020 15:31:33 -0400 Subject: [PATCH] tests/config/pass/everything/pass.bats: quote `$CC` Signed-off-by: Philippe Proulx --- tests/config/pass/everything/pass.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1