Explorar el Código

test/unit: update unit test 7

- mi_fifo is gone
- sh instead of bash
Mikko Lehto hace 8 años
padre
commit
fe4c56f5c0
Se han modificado 2 ficheros con 1 adiciones y 6 borrados
  1. 0 5
      test/unit/7.cfg
  2. 1 1
      test/unit/7.sh

+ 0 - 5
test/unit/7.cfg

@@ -169,11 +169,6 @@ loadmodule "xlog/xlog.so"
 modparam("xlog", "buf_size", 4096)
 modparam("xlog", "force_color", 0)
 
-loadmodule "mi_fifo/mi_fifo.so"
-modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo")
-modparam("mi_fifo", "reply_dir", "/tmp/")
-modparam("mi_fifo", "reply_indent", "\t")
-
 loadmodule "domain/domain.so"
 modparam("domain", "db_url", "mysql://kamailio:kamailiorw@localhost/kamailio")
 modparam("domain", "domain_table", "domain")

+ 1 - 1
test/unit/7.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # loads a SIP proxy/registrar config with offnet-termination and accounting
 
 # Copyright (C) 2007 1&1 Internet AG