summaryrefslogtreecommitdiffstats
path: root/tests/t301/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t301/lib')
-rw-r--r--tests/t301/lib/foo/__init__.py1
-rw-r--r--tests/t301/lib/foo/bar/__init__.py1
-rw-r--r--tests/t301/lib/foo/baz.py1
l---------tests/t301/lib/foo/jquery.js1
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/t301/lib/foo/__init__.py b/tests/t301/lib/foo/__init__.py
new file mode 100644
index 0000000..9df03f8
--- /dev/null
+++ b/tests/t301/lib/foo/__init__.py
@@ -0,0 +1 @@
+print("you just imported foo from %s" % __file__)
diff --git a/tests/t301/lib/foo/bar/__init__.py b/tests/t301/lib/foo/bar/__init__.py
new file mode 100644
index 0000000..669df66
--- /dev/null
+++ b/tests/t301/lib/foo/bar/__init__.py
@@ -0,0 +1 @@
+print("you just imported foo.bar from %s" % __file__)
diff --git a/tests/t301/lib/foo/baz.py b/tests/t301/lib/foo/baz.py
new file mode 100644
index 0000000..934dcfe
--- /dev/null
+++ b/tests/t301/lib/foo/baz.py
@@ -0,0 +1 @@
+print("you just imported foo.baz from %s" % __file__)
diff --git a/tests/t301/lib/foo/jquery.js b/tests/t301/lib/foo/jquery.js
new file mode 120000
index 0000000..b77fd86
--- /dev/null
+++ b/tests/t301/lib/foo/jquery.js
@@ -0,0 +1 @@
+/usr/share/javascript/jquery/jquery.js \ No newline at end of file