فهرست منبع

- silence killall statement, as this should fail
- add new nat_traversal module to 'load all' test


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4254 689a6050-402a-0410-94f2-e92a70836424

Henning Westerholt 17 سال پیش
والد
کامیت
99452864e0
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      test/unit/2.cfg
  2. 1 1
      test/unit/33.sh

+ 1 - 0
test/unit/2.cfg

@@ -25,6 +25,7 @@ loadmodule "mi_datagram/mi_datagram.so"
 loadmodule "mi_fifo/mi_fifo.so"
 loadmodule "msilo/msilo.so"
 loadmodule "nathelper/nathelper.so"
+loadmodule "nat_traversal/nat_traversal.so"
 loadmodule "options/options.so"
 loadmodule "path/path.so"
 loadmodule "pike/pike.so"

+ 1 - 1
test/unit/33.sh

@@ -60,7 +60,7 @@ if [ ! $ret -eq 0 ] ; then
 fi;
 
 sleep 1
-killall -9 openser > /dev/null
+killall -9 openser &> /dev/null
 ret=$?
 
 if [ $ret -eq 0 ] ; then