diff options
author | merakor <cem@ckyln.com> | 2021-04-05 13:02:54 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-04-05 13:02:54 +0000 |
commit | 8c9802d5a70273d87dfa0c3530db7539082cc346 (patch) | |
tree | f86bf612c854cce68c84c09bf112af88814a0b3b /tests | |
parent | f508a888ab8038b23eef8799b9f82ada9401170b (diff) | |
download | cpt-8c9802d5a70273d87dfa0c3530db7539082cc346.tar.gz |
tests: add dummy package that exits with error
FossilOrigin-Name: 5f0caffb9d411e0a8c123ef8ad54134a69b0941905506209c215f7c783d091b2
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/repository/faulty-pkg/build | 3 | ||||
-rw-r--r-- | tests/repository/faulty-pkg/checksums | 0 | ||||
-rw-r--r-- | tests/repository/faulty-pkg/sources | 1 | ||||
-rw-r--r-- | tests/repository/faulty-pkg/version | 1 |
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 |