X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=tests%2Ftestsuite.at;h=ba6d60ab70689a98f03792d6915cfac6e2193bd1;hb=1e2e868af584e5e922948424545f73dc54fb634a;hp=fe1921bbf1c8941e8d6a630b3dd9fa711a8462a3;hpb=e7db56c0ef5db2000c79fc87c96d669c51c6b2e9;p=chaz%2Ftar diff --git a/tests/testsuite.at b/tests/testsuite.at index fe1921b..ba6d60a 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -35,8 +35,8 @@ $1)],$2,$3,$4,$5,$6)]) m4_define([RE_CHECK],[ AT_DATA([$1.re],[$2]) -awk '{print NR " " $[]0}' $1.re > $[]$.1 -awk '{print NR " " $[]0}' $1 | join $[]$.1 - | +awk '{print NR " " $[]0}' $1 > $[]$.1 +awk '{print NR " " $[]0}' $1.re | join - $[]$.1 | while read NUM RE LINE do echo "$LINE" | grep -- "$RE" >/dev/null || exit 1 @@ -105,6 +105,7 @@ m4_include([same-order01.at]) m4_include([same-order02.at]) m4_include([sparse01.at]) +m4_include([sparse02.at]) m4_include([volume.at]) @@ -119,4 +120,3 @@ m4_include([star/ustar-big-2g.at]) m4_include([star/ustar-big-8g.at]) m4_include([star/pax-big-10g.at]) -