Lines Matching refs:Exit
40 test $result = 0 || { Exit 1; }
41 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1
55 ${DIFF} prog.ok prog.pot || Exit 1
75 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1
76 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1
79 ${DIFF} fr.po fr.po.new || Exit 1
89 || { echo "Skipping test: bash not found"; Exit 77; }
92 *) echo "Skipping test: bash version too old"; Exit 77;;
103 *) Exit 1;;
111 *) Exit 1;;
120 Exit 77
127 | grep '^Utilisation' > /dev/null 2>&1 || Exit 77
131 | grep '^Utilisation' > /dev/null 2>&1 || Exit 77
155 LANGUAGE= LC_ALL=$LOCALE_FR bash ./prog.bash 2 > prog.out || Exit 1
159 Exit 77
161 ${DIFF} prog.ok prog.out || Exit 1
165 LANGUAGE= LC_ALL=$LOCALE_FR_UTF8 bash ./prog.bash 2 > prog.out || Exit 1
169 Exit 77
171 ${DIFF} prog.oku prog.out || Exit 1
174 Exit 0