Merge pull request #37 from bdrewery/fix-tests-with-bash

Fix tests when SHELL=bash
pull/38/merge
William Pitcock 2012-08-25 20:06:01 -07:00
commit 47949beac1
1 changed files with 1 additions and 1 deletions

View File

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