aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-04-05 13:02:54 +0000
committermerakor <cem@ckyln.com>2021-04-05 13:02:54 +0000
commit8c9802d5a70273d87dfa0c3530db7539082cc346 (patch)
treef86bf612c854cce68c84c09bf112af88814a0b3b /tests
parentf508a888ab8038b23eef8799b9f82ada9401170b (diff)
downloadcpt-8c9802d5a70273d87dfa0c3530db7539082cc346.tar.gz
tests: add dummy package that exits with error
FossilOrigin-Name: 5f0caffb9d411e0a8c123ef8ad54134a69b0941905506209c215f7c783d091b2
Diffstat (limited to 'tests')
-rwxr-xr-xtests/repository/faulty-pkg/build3
-rw-r--r--tests/repository/faulty-pkg/checksums0
-rw-r--r--tests/repository/faulty-pkg/sources1
-rw-r--r--tests/repository/faulty-pkg/version1
4 files changed, 5 insertions, 0 deletions
diff --git a/tests/repository/faulty-pkg/build b/tests/repository/faulty-pkg/build
new file mode 100755
index 0000000..4cf1c4f
--- /dev/null
+++ b/tests/repository/faulty-pkg/build
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+
+exit 1
diff --git a/tests/repository/faulty-pkg/checksums b/tests/repository/faulty-pkg/checksums
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/repository/faulty-pkg/checksums
diff --git a/tests/repository/faulty-pkg/sources b/tests/repository/faulty-pkg/sources
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/tests/repository/faulty-pkg/sources
@@ -0,0 +1 @@
+
diff --git a/tests/repository/faulty-pkg/version b/tests/repository/faulty-pkg/version
new file mode 100644
index 0000000..2fb73a0
--- /dev/null
+++ b/tests/repository/faulty-pkg/version
@@ -0,0 +1 @@
+1 1