chiark / gitweb /
test suite: protocol-compat: Even more solid checks
[dgit.git] / tests / lib-orig-include-exclude
index c3b7b43369f228f9cb727d4660bb86911891b01d..104cf0b8bb1b3433dd9839a0b68a4d8add0cee9e 100644 (file)
@@ -39,7 +39,8 @@ grep orig ../${p}_${v}_*.changes
 test-push-2
 
 origs_findls () {
 test-push-2
 
 origs_findls () {
-       find $tmp/mirror -name '*orig*' -ls
+       find $tmp/mirror -name '*orig*' -ls \
+       | perl -pe 's/^(\s*\d+\s+\d+\s+\S+\s)\s*\d+(\s)/$1$2/'
 }
 
 # check that dgit stripped out the orig update
 }
 
 # check that dgit stripped out the orig update