summaryrefslogtreecommitdiffstats
path: root/test/ostep1.test
blob: 998fc54aced1803ec0f79ae1c6b55919bb24e0eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## -*- sh -*-

set -e

DATASRC=$top_srcdir/test/data
DATAOUT=$top_builddir/test/data
TESTFILE=o1.ostep

if ! test -d "$DATAOUT"; then
	mkdir -p $DATAOUT
fi

export PLIST_OSTEP_DEBUG=1

echo "Converting"
$top_builddir/test/plist_otest $DATASRC/$TESTFILE $DATAOUT/ostep1.test.out

echo "Comparing"
export PLIST_OSTEP_DEBUG=1
$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/ostep1.test.out