summaryrefslogtreecommitdiff
path: root/deps/npm/test/disabled/change-bin-1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/disabled/change-bin-1')
-rw-r--r--deps/npm/test/disabled/change-bin-1/bin/foo2
-rw-r--r--deps/npm/test/disabled/change-bin-1/package.json3
2 files changed, 5 insertions, 0 deletions
diff --git a/deps/npm/test/disabled/change-bin-1/bin/foo b/deps/npm/test/disabled/change-bin-1/bin/foo
new file mode 100644
index 0000000000..fb16c2b23c
--- /dev/null
+++ b/deps/npm/test/disabled/change-bin-1/bin/foo
@@ -0,0 +1,2 @@
+#!/bin/bash
+echo "foo"
diff --git a/deps/npm/test/disabled/change-bin-1/package.json b/deps/npm/test/disabled/change-bin-1/package.json
new file mode 100644
index 0000000000..0d82f3afa3
--- /dev/null
+++ b/deps/npm/test/disabled/change-bin-1/package.json
@@ -0,0 +1,3 @@
+{"name":"npm-test-change-bin"
+,"version":"1.2.3"
+,"directories":{"bin":"./bin"}}