From ca1d37bfdd5d936a183989d7a49ad31d1d8911c9 Mon Sep 17 00:00:00 2001 From: merakor Date: Tue, 5 Jan 2021 17:29:39 +0000 Subject: shellspec tests: add dummy package FossilOrigin-Name: f3030dbdf86db777d35323a4db2c102d4a507fd2a8900fad9c173e73d0f989e9 --- tests/repository/dummy-pkg/build | 4 ++++ tests/repository/dummy-pkg/checksums | 0 tests/repository/dummy-pkg/version | 1 + 3 files changed, 5 insertions(+) create mode 100755 tests/repository/dummy-pkg/build create mode 100644 tests/repository/dummy-pkg/checksums create mode 100644 tests/repository/dummy-pkg/version (limited to 'tests') 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 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 -- cgit v1.2.3