File: full-xml

package info (click to toggle)
dhcpd-pools 3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,124 kB
  • sloc: ansic: 31,353; sh: 4,915; perl: 277; javascript: 74; php: 63; makefile: 50
file content (13 lines) | stat: -rwxr-xr-x 326 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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 $?