diff options
Diffstat (limited to 'test/empty++.test')
-rwxr-xr-x | test/empty++.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/empty++.test b/test/empty++.test index f29e95e..7e3695b 100755 --- a/test/empty++.test +++ b/test/empty++.test @@ -9,7 +9,7 @@ if ! test -d "$DATAOUT"; then fi echo "Converting" -$top_builddir/test/plist_test++ $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out +$top_builddir/test/plist_test++ $DATASRC/$TESTFILE $DATAOUT/empty++.test.out echo "Comparing" -$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out +$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/empty++.test.out |