]> arthur.barton.de Git - bup.git/blobdiff - t/test-release-archive.sh
configure: test for functional readline more carefully
[bup.git] / t / test-release-archive.sh
index 4c5487aab27157c399870616888ceeda04569c86..74ce474c54f698f41c10d86825481c74bcb8035a 100755 (executable)
@@ -1,10 +1,11 @@
 #!/usr/bin/env bash
 . ./wvtest-bup.sh || exit $?
 . t/lib.sh || exit $?
-. config/config.vars.sh
 
 set -o pipefail
 
+bup_make=$(< config/config.var/bup-make)
+
 WVPASS git status > /dev/null
 
 if ! git diff-index --quiet HEAD; then