chiark / gitweb /
Makefile: Adjust scope of dgit(7) pod rule
[dgit.git] / tests / lib
index eb34c6b5d8c4a3dc4478fe74d78391398ae788d4..57b9e38e8d92b41b75a554730da6469284432b96 100644 (file)
--- a/tests/lib
+++ b/tests/lib
@@ -404,6 +404,13 @@ t-git-fsck () {
        esac
 }
 
+t-check-only-bpd () {
+       if [ "$bpd" = .. ]; then return; fi
+       t-files-notexist \
+               ../*.{deb,changes,dsc,buildinfo} \
+               ../*.{tar,diff}.*
+}
+
 t-fscks () {
        (
        shopt -s nullglob
@@ -416,6 +423,7 @@ t-fscks () {
 
 t-ok () {
        : '========================================'
+       t-check-only-bpd
        t-fscks
        t-save-artifacts
        echo ok.