X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=tests%2Flib;h=5fcb6f656b82497e2726638c7ae2523bc5245064;hb=6b959bf443c37b26f058aed813885c469c660828;hp=b033dde2f78040b5a55ea06dd781d8fb1db5a772;hpb=55baff9611db96f385236e9e412785ba0a26de13;p=dgit.git diff --git a/tests/lib b/tests/lib index b033dde2..5fcb6f65 100644 --- a/tests/lib +++ b/tests/lib @@ -349,6 +349,25 @@ t-git-dir-check () { esac } +t-git-fsck () { + git fsck --no-dangling --strict || ${expect_fsck_fail-false} +} + +t-fscks () { + ( + shopt -s nullglob + for d in $tmp/*/.git $tmp/git/*.git; do + cd "$d" + t-git-fsck + done + ) +} + +t-ok () { + t-fscks + echo ok. +} + t-rm-dput-dropping () { rm -f $tmp/${p}_${v}_*.upload } @@ -759,6 +778,16 @@ t-tstunt-parsechangelog () { t-tstunt dpkg-parsechangelog Dpkg/Changelog/Parse.pm } +t-tstunt-lintian () { + t-tstunt lintian +} + +t-tstunt-debuild () { + : ${DGIT_TEST_REAL_DEBUILD:=$(type -p debuild)} + export DGIT_TEST_REAL_DEBUILD + t-tstunt debuild +} + t-incoming-dsc () { local dsc=${p}_${v}.dsc incoming_dsc=$tmp/incoming/$dsc