7b122449cc
We should make sure to also check that we don't get more MARK messages than expected based on the -mMIN value. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
11 lines
157 B
Bash
Executable File
11 lines
157 B
Bash
Executable File
#!/bin/sh -e
|
|
# Test '-- MARK --' in log, depends on fwd.sh
|
|
|
|
if [ x"${srcdir}" = x ]; then
|
|
srcdir=.
|
|
fi
|
|
. ${srcdir}/test.rc
|
|
|
|
sleep 120
|
|
grep "MARK" ${LOG2}
|