Home | History | Annotate | Download | only in tests

Lines Matching refs:bash

3 # Test of gettext facilities in the bash language.
5 # Assumes the following packages are installed: bash 2.0 or newer.
12 #! /bin/bash
84 # Test for presence of bash version 2.0 or newer.
85 (bash -c :) >/dev/null 2>/dev/null \
86 || { echo "Skipping test: bash not found"; rm -fr $tmpfiles; exit 77; }
87 case `bash -c 'echo $BASH_VERSION'` in
89 *) echo "Skipping test: bash version too old"; rm -fr $tmpfiles; exit 77;;
121 # Expected result when bash is built without i18n support.
126 # Expected result when bash is built with i18n support.
139 LANGUAGE= LC_ALL=$LOCALE_FR bash ./prog.sh 2 > prog.out || exit 1
142 echo "Skipping test: bash is built without i18n support"
148 LANGUAGE= LC_ALL=$LOCALE_FR_UTF8 bash ./prog.sh 2 > prog.out || exit 1
151 echo "Skipping test: bash is built without i18n support"