Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-05-31 11:09:02 +0400
committerisaacs <i@izs.me>2011-05-31 11:09:02 +0400
commitb124142fa39658561e885365824267909c61d69e (patch)
treeb6831f4eef5cedb6aa22bb77e31f40848be44fc4 /test
parentf03c848fbf2ec47e6121fe207cad25b4ef52a85f (diff)
Don't interpret '' as true unless it's boolean
Diffstat (limited to 'test')
-rwxr-xr-xtest/run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run.sh b/test/run.sh
index 0480fedc4..9b4189acc 100755
--- a/test/run.sh
+++ b/test/run.sh
@@ -10,6 +10,8 @@ main () {
cd "$TESTDIR"
+ npm config ls
+
# install
npm install "$NPMPKG" || exit 1