SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
net/ocserv/patches/patch-tests_multiple-routes
Normal file
12
net/ocserv/patches/patch-tests_multiple-routes
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: tests/multiple-routes
|
||||
--- tests/multiple-routes.orig
|
||||
+++ tests/multiple-routes
|
||||
@@ -51,7 +51,7 @@ echo ok
|
||||
|
||||
echo -n "Checking number of routes... "
|
||||
|
||||
-CONTENTS=`cat ${TMPFILE1}|grep X-CSTP-Split-Include|wc -l`
|
||||
+CONTENTS=`cat ${TMPFILE1}|grep X-CSTP-Split-Include|wc -l|sed 's/^ *//'`
|
||||
if test "$CONTENTS" != "256";then
|
||||
cat ${TMPFILE1}|grep X-CSTP-Split-Include
|
||||
fail $PID "Temporary file contents are not correct; 256 routes were not found"
|
Loading…
Add table
Add a link
Reference in a new issue