summaryrefslogtreecommitdiff
path: root/tests/lib-restricts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib-restricts')
-rw-r--r--tests/lib-restricts5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lib-restricts b/tests/lib-restricts
index 1eb166e..bffe13a 100644
--- a/tests/lib-restricts
+++ b/tests/lib-restricts
@@ -15,3 +15,8 @@ t-restriction-x-dgit-git-only () {
t-restriction-x-dgit-schroot-build () {
schroot -l -c build 2>&1 >/dev/null || return 1
}
+
+t-restriction-x-dgit-unfinished () {
+ echo 'unfinished test, or unfinished feature'
+ return 1
+}