tests/config/pass/everything/pass.bats: quote `$CC`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 15 May 2020 19:31:33 +0000 (15:31 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 22 May 2020 16:30:18 +0000 (12:30 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/config/pass/everything/pass.bats

index 884aa7787653e3ad8fcdaa92f08da4e618cb7fe4..4330bb6036f8b05f4e3d49c38faab363d566115e 100644 (file)
@@ -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
This page took 0.024088 seconds and 4 git commands to generate.