File: test-basic.sh

package info (click to toggle)
libdshconfig 0.20.13-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,520 kB
  • sloc: sh: 8,855; ansic: 230; makefile: 49
file content (9 lines) | stat: -rwxr-xr-x 253 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#! /bin/sh
# Basic testing program for dshconfig
# read a config file, and output the file processed.

set -ex

./test-dshconfig < ${srcdir}/tests/test-basic.input > tests-basic.o
diff ${srcdir}/tests/test-basic.output tests-basic.o
rm -f tests-basic.o