204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
|
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
|
-
+
|
| diff -u "${TMP_EXPT}" -
then
echo "sxcat latin-1 width test failed"
RET_VAL="1"
fi
${BIN_DIR}/sxcat --ext-token --indent 3st --hex-atom --escape-hex \
--no-quoted --no-token --newline ')d,)(,oo,d(' --space 'dd' \
--no-quoted --no-token --newline ')d,)(,oo,x(' --space 'dd' \
--width 80 --nl cr-lf --unix --lower --dump >"${TMP_DEST}"
if ! ${BIN_DIR}/sxcat --config "${TMP_DEST}" --dump \
| diff -u "${TMP_DEST}" -
then
echo "sxcat configuration reload test failed"
RET_VAL="1"
|