chiark / gitweb /
tests: Pass --output-version=1 to make-secnet-sites
[secnet.git] / mtest / t-basic
1 #! /usr/bin/tclsh
2
3 source mtest/common.tcl
4
5 run-mss --no-conf-key-prefix --output-version=1 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