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-04-16 00:59:58 +0400
committerisaacs <i@izs.me>2011-04-16 00:59:58 +0400
commitf5c81dbac0d871ea7ca62f7f2fefca1515b26f8d (patch)
treef0ab6af737ac5caf3f76e860120cf90961ad2975 /test
parent5124dc2c8ef1d6b757f219f3b4cdfba5f892248b (diff)
Make this test easier to look at
Diffstat (limited to 'test')
-rwxr-xr-xtest/packages/npm-test-env-reader/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packages/npm-test-env-reader/test.sh b/test/packages/npm-test-env-reader/test.sh
index b2384df0b..b4ca4374e 100755
--- a/test/packages/npm-test-env-reader/test.sh
+++ b/test/packages/npm-test-env-reader/test.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env sh
-env | grep npm
+env | grep npm | sort | uniq
echo PATH=$PATH