Description: Debug tests failing under cowbuilder
 The tests fail under cowbuilder because a tmp directory doesn't exist
 I can't reproduce this manually, so I need to figure out what's going on.
 .
 slack (1:0.15.2-10) unstable; urgency=medium
 .
   * debian/compat: bump to 13 (closes: #965820)
Author: Andrew Pollock <apollock@debian.org>
Bug-Debian: https://bugs.debian.org/965820

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2022-08-18

--- slack-0.15.2.orig/test/Makefile
+++ slack-0.15.2/test/Makefile
@@ -11,7 +11,7 @@ all: $(TARGETS)
 install install-bin install-conf install-lib install-man: all
 
 $(TEST_TMPDIR):
-	mkdir -p $(TEST_TMPDIR)
+	mkdir --verbose -p $(TEST_TMPDIR)
 
 $(TEST_TMPDIR)/%.conf: %.conf.template gen_config_file $(TEST_TMPDIR)
 	./gen_config_file $< $@
