dhcpd-pools/tests/full-xml
Sami Kerola c4e5ef6198 add xml format check
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2015-05-02 18:51:39 +01:00

13 lines
326 B
Bash
Executable file

#!/bin/sh
#
# Minimal regression test suite.
if [ ! -d tests/outputs ]; then
mkdir tests/outputs
fi
dhcpd-pools -f X -c $top_srcdir/tests/confs/same-twice \
-l $top_srcdir/tests/leases/same-twice \
-o tests/outputs/same-twice-xml
diff -u $top_srcdir/tests/expected/same-twice-xml tests/outputs/same-twice-xml
exit $?