mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-15 17:53:31 +01:00
12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
|
|
## -*- sh -*-
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
DATASRC=$top_srcdir/test/data
|
||
|
|
TESTFILE=recursion.bplist
|
||
|
|
DATAIN0=$DATASRC/$TESTFILE
|
||
|
|
DATAOUT0=$top_builddir/test/data/$TESTFILE.out
|
||
|
|
|
||
|
|
$top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0
|
||
|
|
|