67c7d7db05
- Added a fix for missing pkgconfig/libpcre.pc on rhel4 - Added a patch from trunk making the rpm buildable on lowspec build hosts (like Red Hat's ppc build farm nodes) - Removed patches that are merged upstream
14 lines
395 B
Diff
14 lines
395 B
Diff
Index: bin/varnishtest/tests/v00002.vtc
|
|
===================================================================
|
|
--- bin/varnishtest/tests/v00002.vtc (revision 4730)
|
|
+++ bin/varnishtest/tests/v00002.vtc (revision 4731)
|
|
@@ -114,7 +114,7 @@
|
|
|
|
varnish v1 -badvcl {
|
|
/* too many IP numbers */
|
|
- backend b1 { .host = "cnn.com"; }
|
|
+ backend b1 { .host = "v00002.freebsd.dk"; }
|
|
}
|
|
|
|
varnish v1 -badvcl {
|