diff options
| author | 2023-04-21 16:04:40 +0200 | |
|---|---|---|
| committer | 2023-04-21 16:04:40 +0200 | |
| commit | bddb061bd64692b3d1287064f8991c8c276528b6 (patch) | |
| tree | 3f19a0e8afe0d01c0ab706006a5fd430a8b77a6d /test/json3.test | |
| parent | 7b94db81220316250bc124830c2f0ed5fd78ec62 (diff) | |
| download | libplist-bddb061bd64692b3d1287064f8991c8c276528b6.tar.gz libplist-bddb061bd64692b3d1287064f8991c8c276528b6.tar.bz2 | |
test: Fix tests for distcheck
Diffstat (limited to 'test/json3.test')
| -rwxr-xr-x | test/json3.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json3.test b/test/json3.test index 1cbf59d..aa040e5 100755 --- a/test/json3.test +++ b/test/json3.test | |||
| @@ -19,6 +19,6 @@ echo "Converting to binary and back to JSON" | |||
| 19 | $top_builddir/test/plist_jtest $DATAOUT/$TESTFILE.json $DATAOUT/$TESTFILE.json.out | 19 | $top_builddir/test/plist_jtest $DATAOUT/$TESTFILE.json $DATAOUT/$TESTFILE.json.out |
| 20 | 20 | ||
| 21 | echo "Comparing" | 21 | echo "Comparing" |
| 22 | $top_builddir/test/plist_cmp $DATAOUT/$TESTFILE $DATAOUT/$TESTFILE.json.out | 22 | $top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.json.out |
| 23 | 23 | ||
| 24 | rm -f $DATAOUT/$TESTFILE.json | 24 | rm -f $DATAOUT/$TESTFILE.json |
