X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Ftimestamp;h=141c1d4dcc029e2d851f3d8dfdad029f08d871bc;hb=fa0feeca560a412d513696aca15e41e755c62254;hp=7acfe5de6588facb7db113d738fb355ba9b9d0b9;hpb=684cc5eb56437028da0171b53053f60ccda85f9f;p=debian%2Fgzip diff --git a/tests/timestamp b/tests/timestamp index 7acfe5d..141c1d4 100755 --- a/tests/timestamp +++ b/tests/timestamp @@ -49,4 +49,7 @@ touch -t 210602070628.15 in || { test $? = 2 || fail=1 } +# Ensure that --no-name does not provoke a time stamp warning. +: | gzip --no-name > k || fail=1 + Exit $fail