summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-13 13:30:46 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-13 16:46:47 +0100
commit75dd5aef7f0d91ce0ac78285cc15843f686f5914 (patch)
treeeed844fe2539947289ae98cc392110c922bee52f /tests
parentbf3b5ae6ed289e7b1d43559700d1bdf3be8b38a7 (diff)
dgit: -wn clean check is a no-op
Handle this explicitly in the clean_tree_check conditional and in the test suite. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib-build-modes2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib-build-modes b/tests/lib-build-modes
index 7d0d9fd..78ae236 100644
--- a/tests/lib-build-modes
+++ b/tests/lib-build-modes
@@ -158,7 +158,7 @@ bm-compute-expected () {
bm-build-deps-ok || tolerate_fail=tolerate
echo >&4 "EXAMPLE RULES TARGET clean"
;;
- none) ;;
+ none|Cnone) ;;
Cdpkg-source*) ;; # handled below
Cgit|Cgit-ff) ;;
C*) echo "TODO bm eff_cleanmode=$eff_cleanmode" ;;