summaryrefslogtreecommitdiffstats
path: root/test/smallcmp.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/smallcmp.test')
-rwxr-xr-xtest/smallcmp.test12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/smallcmp.test b/test/smallcmp.test
new file mode 100755
index 0000000..fb10787
--- /dev/null
+++ b/test/smallcmp.test
@@ -0,0 +1,12 @@
1## -*- sh -*-
2
3# Common definitions
4if test -z "$srcdir"; then
5 srcdir=echo "$0" | sed 's,[^/]*$,,'
6 test "$srcdir" = "$0" && srcdir=.
7 test -z "$srcdir" && srcdir=.
8 test "${VERBOSE+set}" != set && VERBOSE=1
9fi
10
11$srcdir/plist_cmp $srcdir/data/2.plist $srcdir/data/2.plist.out
12