Addition of test suite.

This commit is contained in:
Michael Sawyer
2000-05-17 22:10:42 +00:00
parent 64527927ac
commit d98372394f
9 changed files with 57 additions and 30 deletions

View File

@@ -1,17 +1,5 @@
#!/bin/sh
cd ns2 && sh sign.sh
cd ns1 && sh sign.sh
if [ $# -gt 0 ]
then
case $1 in
--badsig)
echo "injecting bogus data to force signature checking to fail..." >&2
echo "a.secure.example. A 10.0.0.22" >>../ns3/secure.example.db.signed
;;
*)
echo "unknown option $1" >&2; exit 1
;;
esac
fi
#echo "a.bogus.example. A 10.0.0.22" >>../ns3/secure.example.db.signed