diff options
Diffstat (limited to 'test/empty.test')
| -rwxr-xr-x | test/empty.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/empty.test b/test/empty.test index d092ee3..0a21f33 100755 --- a/test/empty.test +++ b/test/empty.test | |||
| @@ -8,4 +8,8 @@ if ! test -d "$DATAOUT"; then | |||
| 8 | mkdir -p $DATAOUT | 8 | mkdir -p $DATAOUT |
| 9 | fi | 9 | fi |
| 10 | 10 | ||
| 11 | echo "Converting" | ||
| 11 | $top_builddir/test/plist_test $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out | 12 | $top_builddir/test/plist_test $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out |
| 13 | |||
| 14 | echo "Comparing" | ||
| 15 | $top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out | ||
