aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-01-05 17:29:39 +0000
committermerakor <cem@ckyln.com>2021-01-05 17:29:39 +0000
commitca1d37bfdd5d936a183989d7a49ad31d1d8911c9 (patch)
treeb6c0cf13b0267d0137e49ac99719b1390f968e24 /tests
parent80b1d3cc06ac5a57fd9b5366c1ab018ced4b9c31 (diff)
downloadcpt-ca1d37bfdd5d936a183989d7a49ad31d1d8911c9.tar.gz
shellspec tests: add dummy package
FossilOrigin-Name: f3030dbdf86db777d35323a4db2c102d4a507fd2a8900fad9c173e73d0f989e9
Diffstat (limited to 'tests')
-rwxr-xr-xtests/repository/dummy-pkg/build4
-rw-r--r--tests/repository/dummy-pkg/checksums0
-rw-r--r--tests/repository/dummy-pkg/version1
3 files changed, 5 insertions, 0 deletions
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