diff options
author | Nikias Bassen | 2022-01-25 03:54:10 +0100 |
---|---|---|
committer | Nikias Bassen | 2022-01-25 03:54:10 +0100 |
commit | f3c65feb0e1f4e177a75ba936d0730f7c3f4b076 (patch) | |
tree | d8515e68ea9fbe98dd0650d1c49d5fc52181ce13 /test/json1.test | |
parent | 99cd35bd12745364ef777a36b3cb7186d18458b1 (diff) | |
download | libplist-f3c65feb0e1f4e177a75ba936d0730f7c3f4b076.tar.gz libplist-f3c65feb0e1f4e177a75ba936d0730f7c3f4b076.tar.bz2 |
test: Rename json test files to .json
Diffstat (limited to 'test/json1.test')
-rwxr-xr-x | test/json1.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json1.test b/test/json1.test index dba4912..9828ba7 100755 --- a/test/json1.test +++ b/test/json1.test @@ -4,7 +4,7 @@ set -e DATASRC=$top_srcdir/test/data DATAOUT=$top_builddir/test/data -TESTFILE=j1.plist +TESTFILE=j1.json if ! test -d "$DATAOUT"; then mkdir -p $DATAOUT |