diff options
-rwxr-xr-x | test/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |