Fix tests when SHELL=bash #37

Merged
bdrewery merged 1 commits from fix-tests-with-bash into master 2012-08-26 03:06:01 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ run_test() {
shift
case "${res}" in
*${1}*)
*"${1}"*)
;;
*)
echo