Commit d0193690 authored by Christophe Fergeau's avatar Christophe Fergeau Committed by Nikias Bassen

test: Rename dates.test output files so the get removed upon 'make distclean'

parent 1a046c18
......@@ -5,8 +5,8 @@ set -e
DATASRC=$top_srcdir/test/data
TESTFILE=7.plist
DATAIN0=$DATASRC/$TESTFILE
DATAOUT0=$top_builddir/test/data/$TESTFILE.bplist
DATAOUT1=$top_builddir/test/data/$TESTFILE.xplist
DATAOUT0=$top_builddir/test/data/$TESTFILE.bin
DATAOUT1=$top_builddir/test/data/$TESTFILE.xml
$top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0
$top_builddir/tools/plistutil -i $DATAOUT0 -o $DATAOUT1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment