mirror of
https://github.com/libimobiledevice/libplist
synced 2026-06-08 15:29:34 +00:00
8 lines
166 B
Bash
Executable File
8 lines
166 B
Bash
Executable File
## -*- sh -*-
|
|
|
|
DATASRC=$top_srcdir/test/data
|
|
DATAOUT=$top_builddir/test/data
|
|
TESTFILE=3.plist
|
|
|
|
$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out
|