diff options
Diffstat (limited to 'test/mediumcmp.test')
-rwxr-xr-x | test/mediumcmp.test | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/mediumcmp.test b/test/mediumcmp.test new file mode 100755 index 0000000..33802ef --- /dev/null +++ b/test/mediumcmp.test @@ -0,0 +1,12 @@ +## -*- sh -*- + +# Common definitions +if test -z "$srcdir"; then + srcdir=echo "$0" | sed 's,[^/]*$,,' + test "$srcdir" = "$0" && srcdir=. + test -z "$srcdir" && srcdir=. + test "${VERBOSE+set}" != set && VERBOSE=1 +fi + +$srcdir/plist_cmp $srcdir/data/3.plist $srcdir/data/3.plist.out + |