File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ export PLIST_JSON_DEBUG=1
1414
1515echo " Converting (failure expected)"
1616$top_builddir /tools/plistutil -f json -i $DATASRC /$TESTFILE0 -o /dev/null
17- if [ $? -ne q 2 ]; then
17+ if [ $? -ne 2 ]; then
1818 exit 1
1919fi
2020
2121echo " Converting (failure expected)"
2222$top_builddir /tools/plistutil -f json -i $DATASRC /$TESTFILE1 -o /dev/null
23- if [ $? -ne q 2 ]; then
23+ if [ $? -ne 2 ]; then
2424 exit 2
2525fi
2626
2727echo " Converting (failure expected)"
2828$top_builddir /tools/plistutil -f json -i $DATASRC /$TESTFILE2 -o /dev/null
29- if [ $? -ne q 2 ]; then
29+ if [ $? -ne 2 ]; then
3030 exit 3
3131fi
3232
Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ export PLIST_OSTEP_DEBUG=1
1414
1515echo " Converting (failure expected)"
1616$top_builddir /tools/plistutil -f openstep -i $DATASRC /$TESTFILE0 -o /dev/null
17- if [ $? -ne q 2 ]; then
17+ if [ $? -ne 2 ]; then
1818 exit 1
1919fi
2020
2121echo " Converting (failure expected)"
2222$top_builddir /tools/plistutil -f openstepn -i $DATASRC /$TESTFILE1 -o /dev/null
23- if [ $? -ne q 2 ]; then
23+ if [ $? -ne 2 ]; then
2424 exit 2
2525fi
2626
2727echo " Converting (failure expected)"
2828$top_builddir /tools/plistutil -f openstep -i $DATASRC /$TESTFILE2 -o /dev/null
29- if [ $? -ne q 2 ]; then
29+ if [ $? -ne 2 ]; then
3030 exit 3
3131fi
3232
You can’t perform that action at this time.
0 commit comments