5 # Copyright (c) 2005 Junio C Hamano
6 # Copyright (c) 2010 Notmuch Developers
8 # Adapted from a Makefile to a shell script by Carl Worth (2010)
10 if [ ${BASH_VERSINFO[0]} -lt 4 ]; then
11 echo "Error: The notmuch test suite requires a bash version >= 4.0"
12 echo "due to use of associative arrays within the test suite."
13 echo "Please try again with a newer bash (or help us fix the"
14 echo "test suite to be more portable). Thanks."