Selaa lähdekoodia

test/unit: update unit test 7

- mi_fifo is gone
- sh instead of bash
Mikko Lehto 8 vuotta sitten
vanhempi
commit
fe4c56f5c0
2 muutettua tiedostoa jossa 1 lisäystä ja 6 poistoa
  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", "buf_size", 4096)
 modparam("xlog", "force_color", 0)
 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"
 loadmodule "domain/domain.so"
 modparam("domain", "db_url", "mysql://kamailio:kamailiorw@localhost/kamailio")
 modparam("domain", "db_url", "mysql://kamailio:kamailiorw@localhost/kamailio")
 modparam("domain", "domain_table", "domain")
 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
 # loads a SIP proxy/registrar config with offnet-termination and accounting
 
 
 # Copyright (C) 2007 1&1 Internet AG
 # Copyright (C) 2007 1&1 Internet AG