File uthash-proceed_with_tests_without_prompt.patch of Package uthash
--- tests/all_funcs.orig 2012-02-28 06:53:50.612011981 +0100
+++ tests/all_funcs 2012-02-28 06:58:50.329035345 +0100
@@ -1,8 +1,7 @@
#!/bin/sh
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