summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-28 12:26:24 +0800
committerSean Whitton <spwhitton@spwhitton.name>2018-07-28 18:18:52 +0800
commit94d16b0ad7ba31cb0bef2f6083145b11b5640e31 (patch)
tree4ec9eb316c2bfd3d08fd6662d79db283529c4622 /tests
parent1d09ce4beb0bdeedd5dbc32270fa884cf9b9dde2 (diff)
test suite: add t-push-included
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lib b/tests/lib
index 8de7b89..68bf9d7 100644
--- a/tests/lib
+++ b/tests/lib
@@ -675,6 +675,12 @@ t-push-was-source-only () {
done
}
+t-push-included () {
+ for f in $@; do
+ stat $tmp/incoming/$f
+ done
+}
+
t-pushed-good () {
local branch=$1
local suite=${2:-sid}