summaryrefslogtreecommitdiff
path: root/buildscripts/testdata
diff options
context:
space:
mode:
authorMike Dirolf <mike@10gen.com>2009-08-07 16:03:11 -0400
committerMike Dirolf <mike@10gen.com>2009-08-07 16:03:11 -0400
commitfbd2f4eb038858b0d35fcb6156e3e8746ce1c090 (patch)
tree5468480d72f3feb8fcd7ede17479753dd67ab988 /buildscripts/testdata
parenta38fe7f2f233fe6c83fffb167476596cbc5eaf3c (diff)
downloadmongo-fbd2f4eb038858b0d35fcb6156e3e8746ce1c090.tar.gz
minor: test for shell arguments
Diffstat (limited to 'buildscripts/testdata')
-rw-r--r--buildscripts/testdata/test.js1
-rw-r--r--buildscripts/testdata/test.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/testdata/test.js b/buildscripts/testdata/test.js
new file mode 100644
index 00000000000..b05896091ad
--- /dev/null
+++ b/buildscripts/testdata/test.js
@@ -0,0 +1 @@
+print("hello world");
diff --git a/buildscripts/testdata/test.txt b/buildscripts/testdata/test.txt
new file mode 100644
index 00000000000..b1c09ce6ac8
--- /dev/null
+++ b/buildscripts/testdata/test.txt
@@ -0,0 +1 @@
+print("foobar");