[master] 1833d7ddf Whitespace OCD
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Wed Jan 15 15:57:07 UTC 2020
commit 1833d7ddf58ebb2a6c881a9e8a2573fced309020
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Wed Jan 15 16:46:14 2020 +0100
Whitespace OCD
diff --git a/bin/varnishtest/tests/m00003.vtc b/bin/varnishtest/tests/m00003.vtc
index ff9f514ce..e42af7590 100644
--- a/bin/varnishtest/tests/m00003.vtc
+++ b/bin/varnishtest/tests/m00003.vtc
@@ -9,15 +9,15 @@ server s1 {
shell {
echo "vcl 4.1; import std; backend dummy None;" >${tmpdir}/test.vcl
- varnishd -pvmod_path=${topbuild}/lib/libvmod_std/.libs -C -f ${tmpdir}/test.vcl 2>/dev/null
+ varnishd -pvmod_path=${topbuild}/lib/libvmod_std/.libs \
+ -C -f ${tmpdir}/test.vcl 2>/dev/null
}
shell -err -expect {Could not find VMOD std} {
varnishd -C -f ${tmpdir}/test.vcl 2>&1
}
-varnish v1 -arg "-pvmod_path=${topbuild}/lib/libvmod_std/.libs/" \
- -vcl+backend {
+varnish v1 -arg "-pvmod_path=${topbuild}/lib/libvmod_std/.libs/" -vcl+backend {
import std;
} -start
@@ -41,7 +41,10 @@ varnish v1 -errvcl {Could not open VMOD wrong} {
import wrong;
}
-shell "cp ${topbuild}/lib/libvmod_debug/.libs/libvmod_debug.so ${tmpdir}/libvmod_wrong.so"
+shell {
+ cp ${topbuild}/lib/libvmod_debug/.libs/libvmod_debug.so \
+ ${tmpdir}/libvmod_wrong.so
+}
varnish v1 -errvcl {Malformed VMOD wrong} {
import wrong;
More information about the varnish-commit
mailing list