From 35da08d07418e40fbacc4c242b4c862c9a021018 Mon Sep 17 00:00:00 2001 From: develar Date: Thu, 7 Jul 2016 07:59:10 +0200 Subject: [PATCH] test: fix "/bin/bash: NO_PROMPT=yes: command not found" --- test/registry/start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/registry/start.sh b/test/registry/start.sh index 9e7dad26..15161916 100755 --- a/test/registry/start.sh +++ b/test/registry/start.sh @@ -37,4 +37,5 @@ export DEPLOY_VERSION=nope # setup npm-registry-couchapp npm explore npm-registry-couchapp -- npm start --npm-registry-couchapp:couch=$COUCH/registry npm explore npm-registry-couchapp -- npm run load --npm-registry-couchapp:couch=$COUCH/registry -npm explore npm-registry-couchapp -- NO_PROMPT=yes npm run copy --npm-registry-couchapp:couch=$COUCH/registry +export NO_PROMPT=yes +npm explore npm-registry-couchapp -- npm run copy --npm-registry-couchapp:couch=$COUCH/registry