X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fbad-multiline;h=91f63a6a118796c45dca0e7a97baad36d6823a6e;hb=50b731db501c79ad33cb40845c16638703a4ea15;hp=490690a1584e7cdc1a335b125df18f04e93e799e;hpb=0df26c1c2b30a44adc06f9c93650a6f2e31475c0;p=blhc%2Fblhc.git diff --git a/t/logs/bad-multiline b/t/logs/bad-multiline index 490690a..91f63a6 100644 --- a/t/logs/bad-multiline +++ b/t/logs/bad-multiline @@ -1,3 +1,5 @@ +dpkg-buildpackage: source package test + # Command over multiple lines. gcc \ -g -O2 -fstack-protector\ @@ -9,6 +11,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