X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Fhelp-version;h=8bcfe5d078cf9c71c0c3f0fa175037069c4bdc6a;hb=d49274f4ed038cfb361d634dc78143759ffc7a0d;hp=734a24adf05d916c4f2fb1d752c676cb18ad1bde;hpb=9110d11ac01350aa968fe02f209d51ca7f0b4d50;p=debian%2Fgzip diff --git a/tests/help-version b/tests/help-version index 734a24a..8bcfe5d 100755 --- a/tests/help-version +++ b/tests/help-version @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # Ensure that $SHELL is set to *some* value and exported. # This is required for dircolors, which would fail e.g., when @@ -155,7 +155,7 @@ dd_setup () { args=status=noxfer; } zdiff_setup () { args="$args $zin $zin2"; } zcmp_setup () { zdiff_setup; } -zcat_setup () { args="$args $zin"; } +zcat_setup () { TERM=dumb; export TERM; args="$args $zin"; } gunzip_setup () { zcat_setup; } zmore_setup () { zcat_setup; } zless_setup () { zcat_setup; }