summaryrefslogtreecommitdiffstats
path: root/test/malformed_dict.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/malformed_dict.test')
-rwxr-xr-xtest/malformed_dict.test11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/malformed_dict.test b/test/malformed_dict.test
new file mode 100755
index 0000000..f45ae7e
--- /dev/null
+++ b/test/malformed_dict.test
@@ -0,0 +1,11 @@
+## -*- sh -*-
+
+set -e
+
+DATASRC=$top_srcdir/test/data
+TESTFILE=malformed_dict.bplist
+DATAIN0=$DATASRC/$TESTFILE
+DATAOUT0=$top_builddir/test/data/$TESTFILE.out
+
+$top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0
+