diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/ostep-invalid-types.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ostep-invalid-types.test b/test/ostep-invalid-types.test index 240505c..3ae376c 100755 --- a/test/ostep-invalid-types.test +++ b/test/ostep-invalid-types.test | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | DATASRC=$top_srcdir/test/data | 3 | DATASRC=$top_srcdir/test/data |
| 4 | DATAOUT=$top_builddir/test/data | 4 | DATAOUT=$top_builddir/test/data |
| 5 | TESTFILE0=data.bplist | ||
| 6 | TESTFILE1=7.plist | 5 | TESTFILE1=7.plist |
| 7 | TESTFILE2=uid.bplist | 6 | TESTFILE2=uid.bplist |
| 8 | 7 | ||
| @@ -13,7 +12,7 @@ fi | |||
| 13 | export PLIST_OSTEP_DEBUG=1 | 12 | export PLIST_OSTEP_DEBUG=1 |
| 14 | 13 | ||
| 15 | echo "Converting (failure expected)" | 14 | echo "Converting (failure expected)" |
| 16 | $top_builddir/tools/plistutil -f openstep -i $DATASRC/$TESTFILE0 -o /dev/null | 15 | echo '[true]' |$top_builddir/tools/plistutil -f openstep -i - -o /dev/null |
| 17 | if [ $? -ne 2 ]; then | 16 | if [ $? -ne 2 ]; then |
| 18 | exit 1 | 17 | exit 1 |
| 19 | fi | 18 | fi |
