1Tests cases where progress information should be printed 2args = --progress 3compress file to file 4*Read:*hello*hello.zst* 5compress pipe to pipe 6*Read:*stdin*stdout* 7compress pipe to file 8*Read:*stdin*hello.zst* 9compress file to pipe 10*Read:*hello*stdout* 11compress 2 files 12*Read*2 files compressed* 13decompress file to file 14*hello.zst*hello.zst* 15decompress pipe to pipe 16*stdin*stdin* 17decompress pipe to file 18*stdin*stdin* 19decompress file to pipe 20*hello.zst*hello.zst* 21decompress 2 files 22*hello.zst*2 files decompressed* 23 24args = --fake-stderr-is-console 25compress file to file 26*Read:*hello*hello.zst* 27compress pipe to pipe 28compress pipe to file 29*Read:*stdin*hello.zst* 30compress file to pipe 31compress 2 files 32*Read*2 files compressed* 33decompress file to file 34*hello.zst*hello.zst* 35decompress pipe to pipe 36decompress pipe to file 37*stdin*stdin* 38decompress file to pipe 39decompress 2 files 40*hello.zst*2 files decompressed* 41 42args = --progress --fake-stderr-is-console -q 43compress file to file 44*Read:*hello*hello.zst* 45compress pipe to pipe 46*Read:*stdin*stdout* 47compress pipe to file 48*Read:*stdin*hello.zst* 49compress file to pipe 50*Read:*hello*stdout* 51compress 2 files 52*Read*2 files compressed* 53decompress file to file 54*hello.zst*hello.zst* 55decompress pipe to pipe 56*stdin*stdin* 57decompress pipe to file 58*stdin*stdin* 59decompress file to pipe 60*hello.zst*hello.zst* 61decompress 2 files 62*hello.zst*2 files decompressed* 63