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