From 9ca25d293fe7f8aca8d952fc7bb91464fe2d34ab Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 5 Feb 2015 22:25:09 +0100 Subject: test: Add missing .test files --- test/order.test | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 test/order.test (limited to 'test/order.test') diff --git a/test/order.test b/test/order.test new file mode 100755 index 0000000..f8a7702 --- /dev/null +++ b/test/order.test @@ -0,0 +1,13 @@ +## -*- sh -*- + +set -e + +DATASRC=$top_srcdir/test/data +TESTFILE=order.bplist +DATAIN0=$DATASRC/$TESTFILE +DATAIN1=$DATASRC/order.plist +DATAOUT0=$top_builddir/test/data/$TESTFILE.out + +$top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0 + +$top_builddir/test/plist_cmp $DATAIN1 $DATAOUT0 -- cgit v1.1-32-gdbae