xref: /aosp_15_r20/external/zstd/tests/cli-tests/dictionaries/dictionary-mismatch.sh.stderr.exact (revision 01826a4963a0d8a59bc3812d29bdf0fb76416722)
1*01826a49SYabin Cuizstd files/0 -D dicts/0 -q
2*01826a49SYabin Cuizstd -t files/0.zst -D dicts/0
3*01826a49SYabin Cuifiles/0.zst         : 1000 bytes
4*01826a49SYabin Cuizstd -t files/0.zst -D dicts/1 && die "Must fail" ||:
5*01826a49SYabin Cuifiles/0.zst : Decoding error (36) : Dictionary mismatch
6*01826a49SYabin Cuizstd -t files/0.zst            && die "Must fail" ||:
7*01826a49SYabin Cuifiles/0.zst : Decoding error (36) : Dictionary mismatch
8