Fix tests when SHELL=bash

The QUOTED test was failing to properly recognize
the expected output.
pull/37/head
Bryan Drewery 2012-08-25 18:43:37 -05:00
parent 5bd921b312
commit 509f5edb31
1 changed files with 1 additions and 1 deletions

View File

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