Lines Matching refs:Exit
21 ${XGETTEXT} -o prog.tmp --omit-header --no-location prog.lua || Exit 1
22 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1
40 ${DIFF} prog.ok prog.pot || Exit 1
63 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1
64 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1
67 ${DIFF} fr.po fr.po.new || Exit 1
78 || { echo "Skipping test: lua not found"; Exit 77; }
81 *) echo "Skipping test: lua version too old"; Exit 77;;
85 Exit 77
96 *) Exit 1;;
104 *) Exit 1;;
113 Exit 77
132 LANGUAGE= LC_ALL=$LOCALE_FR lua -l gettext prog.lua > prog.out || Exit 1
133 ${DIFF} prog.ok prog.out || Exit 1
137 LANGUAGE= LC_ALL=$LOCALE_FR_UTF8 lua -l gettext prog.lua > prog.out || Exit 1
138 ${DIFF} prog.oku prog.out || Exit 1
141 Exit 0