From beb743e0258742cd917f209238e7527d12fa4296 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 22 Oct 2014 10:52:01 -0400 Subject: gencert is not executable in the tree so call bash directly --- test/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup.sh b/test/setup.sh index 32f2b8e..2c6819c 100755 --- a/test/setup.sh +++ b/test/setup.sh @@ -22,7 +22,7 @@ fi cp ../.libs/libmodnss.so ${test_root}/lib cp ../nss_pcache ${test_root}/bin -../gencert ${test_root}/alias +bash ../gencert ${test_root}/alias echo internal:httptest > ${test_root}/conf/password.conf # Export the CA cert -- cgit