X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Fbad-multiline;h=9ecf89b8fa2b37266e3cd6373961382ed1a2d633;hp=490690a1584e7cdc1a335b125df18f04e93e799e;hb=1e14f11b78c973963f9aafeb3ed8c1cd2f0f76f8;hpb=73f360f993232da0522e658a2059ea020dab2842 diff --git a/t/logs/bad-multiline b/t/logs/bad-multiline index 490690a..9ecf89b 100644 --- a/t/logs/bad-multiline +++ b/t/logs/bad-multiline @@ -9,6 +9,15 @@ gcc -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security\ gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.c gcc -Wl,-z,relro -o test test-a.o test-b.o test-c.o\ -ltest +gcc -o\ +test test-c.o test-a.o test-b.o\ + -ltest +gcc -o \ +test test-c.o test-b.o test-a.o\ + +gcc -o \ +test test-b.o test-a.o test-c.c\ + # Multiple commands in a single line. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -c test-a.c; gcc -D_FORTIFY_SOURCE=2 -c test-b.c