From: Ian Jackson Date: Sun, 8 Jan 2017 22:07:43 +0000 (+0000) Subject: test suite: lib-orig-include-exclude: Introduce origs_findls X-Git-Tag: archive/debian/3.0~99 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=d224da161361a34efebc0d2db1352d276c1f4209;hp=127632098e58021e467fb56fa36466785f2cbe55 test suite: lib-orig-include-exclude: Introduce origs_findls Signed-off-by: Ian Jackson --- diff --git a/tests/lib-orig-include-exclude b/tests/lib-orig-include-exclude index 75a96563..c3b7b433 100644 --- a/tests/lib-orig-include-exclude +++ b/tests/lib-orig-include-exclude @@ -38,12 +38,16 @@ grep orig ../${p}_${v}_*.changes test-push-2 +origs_findls () { + find $tmp/mirror -name '*orig*' -ls +} + # check that dgit stripped out the orig update -find $tmp/mirror -name '*orig*' -ls >../before +origs_findls >../before t-archive-process-incoming sid -find $tmp/mirror -name '*orig*' -ls >../after +origs_findls >../after diff -u ../before ../after test-push-1 1.1-1.2 --ch:-sd