forked from ariadne/pkgconf
Fix tests when SHELL=bash
The QUOTED test was failing to properly recognize the expected output.feature/tap-sh
parent
5bd921b312
commit
509f5edb31
|
@ -18,7 +18,7 @@ run_test() {
|
|||
shift
|
||||
|
||||
case "${res}" in
|
||||
*${1}*)
|
||||
*"${1}"*)
|
||||
;;
|
||||
*)
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue