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>2010-07-19 07:22:44 +0400
committerisaacs <i@izs.me>2010-07-25 05:51:20 +0400
commit30a89eef252139cc0995b4b7cacf511b35105922 (patch)
tree954e9df3db913aba6a481b8b77a8121921d5506a /test
parent6f43ddce1975f821b0c69a4f878ad1b32bdfa135 (diff)
Whitespace
Diffstat (limited to 'test')
-rwxr-xr-xtest/run.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/run.sh b/test/run.sh
index d0e4823e7..a417443da 100755
--- a/test/run.sh
+++ b/test/run.sh
@@ -11,14 +11,14 @@ main () {
# TODO: add more tests here.
# Run node programs by doing node some-thing.js
-
+
node test-npm-installed.js
-
+
npm install "$TESTDIR"/packages/mjsunit.runner
npm install jsdom
npm rm jsdom 0.0.1
npm rm mjsunit.runner
-
+
# teardown
npm rm npm