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
|
shift
|
||||||
|
|
||||||
case "${res}" in
|
case "${res}" in
|
||||||
*${1}*)
|
*"${1}"*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue