summaryrefslogtreecommitdiffstats
path: root/test/empty.test
blob: d092ee3c165fba5dfd12e291b46b0487b35346ff (plain)
1
2
3
4
5
6
7
8
9
10
11
## -*- sh -*-

DATASRC=$top_srcdir/test/data
DATAOUT=$top_builddir/test/data
TESTFILE=1.plist

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

$top_builddir/test/plist_test $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out