chiark / gitweb /
changelog: work on documentation of changes since ea31544cc33a
[secnet.git] / mtest / t-basic
1 #! /usr/bin/tclsh
2
3 source mtest/common.tcl
4
5 run-mss --no-conf-key-prefix --pubkeys-elide 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