Skip to content

Commit b32b370

Browse files
committed
test: Fix ostep-invalid-types test case
1 parent b020cf2 commit b32b370

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/ostep-invalid-types.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
DATASRC=$top_srcdir/test/data
44
DATAOUT=$top_builddir/test/data
5-
TESTFILE0=data.bplist
65
TESTFILE1=7.plist
76
TESTFILE2=uid.bplist
87

@@ -13,7 +12,7 @@ fi
1312
export PLIST_OSTEP_DEBUG=1
1413

1514
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
1716
if [ $? -ne 2 ]; then
1817
exit 1
1918
fi

0 commit comments

Comments
 (0)