summaryrefslogtreecommitdiffstats
path: root/test/small.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/small.test')
-rwxr-xr-xtest/small.test15
1 files changed, 7 insertions, 8 deletions
diff --git a/test/small.test b/test/small.test
index 544f374..d84782a 100755
--- a/test/small.test
+++ b/test/small.test
@@ -1,12 +1,11 @@
1## -*- sh -*- 1## -*- sh -*-
2 2
3# Common definitions 3DATASRC=$top_srcdir/test/data
4if test -z "$srcdir"; then 4DATAOUT=$top_builddir/test/data
5 srcdir=echo "$0" | sed 's,[^/]*$,,' 5TESTFILE=2.plist
6 test "$srcdir" = "$0" && srcdir=.
7 test -z "$srcdir" && srcdir=.
8 test "${VERBOSE+set}" != set && VERBOSE=1
9fi
10 6
11$srcdir/plist_test $srcdir/data/2.plist 7if ! test -d "$DATAOUT"; then
8 mkdir -p $DATAOUT
9fi
12 10
11$top_builddir/test/plist_test $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out