We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b020cf2 commit b32b370Copy full SHA for b32b370
test/ostep-invalid-types.test
@@ -2,7 +2,6 @@
2
3
DATASRC=$top_srcdir/test/data
4
DATAOUT=$top_builddir/test/data
5
-TESTFILE0=data.bplist
6
TESTFILE1=7.plist
7
TESTFILE2=uid.bplist
8
@@ -13,7 +12,7 @@ fi
13
12
export PLIST_OSTEP_DEBUG=1
14
15
echo "Converting (failure expected)"
16
-$top_builddir/tools/plistutil -f openstep -i $DATASRC/$TESTFILE0 -o /dev/null
+echo '[true]' |$top_builddir/tools/plistutil -f openstep -i - -o /dev/null
17
if [ $? -ne 2 ]; then
18
exit 1
19
fi
0 commit comments