File uthash-proceed_with_tests_without_prompt.patch of Package uthash
Index: b/tests/all_funcs =================================================================== --- a/tests/all_funcs +++ b/tests/all_funcs @@ -1,8 +1,7 @@ #!/bin/bash function proceed { - read -p "proceed ? [n] " response - if [ "$response" != "y" ]; then exit -1; fi + : } make clean tests_only EXTRA_CFLAGS='-DHASH_FUNCTION=HASH_BER'; proceed