chiark / gitweb /
subdirmk: Change stub force target to `run-main.mk'
[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 diff  mtest/e-basic.conf $tmp/out.conf $seddery