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
diff options
context:
space:
mode:
Diffstat (limited to 'test/packages/npm-test-bundled-git/test.sh')
-rw-r--r--test/packages/npm-test-bundled-git/test.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/packages/npm-test-bundled-git/test.sh b/test/packages/npm-test-bundled-git/test.sh
new file mode 100644
index 000000000..21da8e029
--- /dev/null
+++ b/test/packages/npm-test-bundled-git/test.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/bash
+
+d=$(diff node_modules/glob/node_modules/minimatch/package.json minimatch-expected.json)
+
+if [ "$d" != "" ]; then
+ echo "didn't get expected minimatch/package.json" >&2
+ echo "$d" >&2
+ exit 1
+fi