chiark / gitweb /
Merge commit 'ff11733b6b7d7920033f81c4669ebba9131b984f' into wip.subdirmk
[secnet.git] / mtest / t-basic
1 #! /usr/bin/tclsh
2
3 source mtest/common.tcl
4
5 run-mss --no-conf-key-prefix test-example/sites $tmp/out.conf
6
7 set seddery { sed -n 's/^[ \t]*//; /^[^#]/p' }
8 exec bash -c "
9     diff -u <($seddery mtest/e-basic.conf) \\
10             <($seddery $tmp/out.conf     )
11 "