aboutsummaryrefslogtreecommitdiff
path: root/tests/repository
diff options
context:
space:
mode:
Diffstat (limited to 'tests/repository')
-rwxr-xr-xtests/repository/contrib-dummy-pkg/build1
-rw-r--r--tests/repository/contrib-dummy-pkg/checksums0
-rw-r--r--tests/repository/contrib-dummy-pkg/depends1
-rw-r--r--tests/repository/contrib-dummy-pkg/sources0
-rw-r--r--tests/repository/contrib-dummy-pkg/version1
-rwxr-xr-xtests/repository/dummy-pkg/build4
-rw-r--r--tests/repository/dummy-pkg/checksums0
-rw-r--r--tests/repository/dummy-pkg/version1
8 files changed, 8 insertions, 0 deletions
diff --git a/tests/repository/contrib-dummy-pkg/build b/tests/repository/contrib-dummy-pkg/build
new file mode 100755
index 0000000..270ae64
--- /dev/null
+++ b/tests/repository/contrib-dummy-pkg/build
@@ -0,0 +1 @@
+#!/bin/sh -e
diff --git a/tests/repository/contrib-dummy-pkg/checksums b/tests/repository/contrib-dummy-pkg/checksums
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/repository/contrib-dummy-pkg/checksums
diff --git a/tests/repository/contrib-dummy-pkg/depends b/tests/repository/contrib-dummy-pkg/depends
new file mode 100644
index 0000000..153ede1
--- /dev/null
+++ b/tests/repository/contrib-dummy-pkg/depends
@@ -0,0 +1 @@
+dummy-pkg
diff --git a/tests/repository/contrib-dummy-pkg/sources b/tests/repository/contrib-dummy-pkg/sources
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/repository/contrib-dummy-pkg/sources
diff --git a/tests/repository/contrib-dummy-pkg/version b/tests/repository/contrib-dummy-pkg/version
new file mode 100644
index 0000000..2fb73a0
--- /dev/null
+++ b/tests/repository/contrib-dummy-pkg/version
@@ -0,0 +1 @@
+1 1
diff --git a/tests/repository/dummy-pkg/build b/tests/repository/dummy-pkg/build
new file mode 100755
index 0000000..d37d964
--- /dev/null
+++ b/tests/repository/dummy-pkg/build
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+
+# Check that we are receiving 3 arguments
+[ "$3" ] || exit 1
diff --git a/tests/repository/dummy-pkg/checksums b/tests/repository/dummy-pkg/checksums
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/repository/dummy-pkg/checksums
diff --git a/tests/repository/dummy-pkg/version b/tests/repository/dummy-pkg/version
new file mode 100644
index 0000000..2fb73a0
--- /dev/null
+++ b/tests/repository/dummy-pkg/version
@@ -0,0 +1 @@
+1 1