Add test for decompressing lzma without EOS/EOPM marker.

libzip (using liblzma) always generates compressed lzma data with
EOS marker, so the reverse test is not possible.

Regen testfile-stored-dos after the previous commit.
diff --git a/regress/CMakeLists.txt b/regress/CMakeLists.txt
index c75fe10..428e569 100644
--- a/regress/CMakeLists.txt
+++ b/regress/CMakeLists.txt
@@ -190,6 +190,7 @@
 	set_compression_deflate_to_deflate.test
 	set_compression_deflate_to_store.test
 	set_compression_lzma_to_store.test
+	set_compression_lzma_no_eos_to_store.test
 	set_compression_store_to_bzip2.test
 	set_compression_store_to_deflate.test
 	set_compression_store_to_lzma.test
diff --git a/regress/lzma-no-eos.zip b/regress/lzma-no-eos.zip
new file mode 100644
index 0000000..883d851
--- /dev/null
+++ b/regress/lzma-no-eos.zip
Binary files differ
diff --git a/regress/set_compression_lzma_no_eos_to_store.test b/regress/set_compression_lzma_no_eos_to_store.test
new file mode 100644
index 0000000..793b843
--- /dev/null
+++ b/regress/set_compression_lzma_no_eos_to_store.test
@@ -0,0 +1,5 @@
+# change method from lzma-compressed (id 14) without EOS/EOPM marker to stored
+features LIBLZMA
+return 0
+args test.zip  set_file_compression 0 store 0
+file test.zip lzma-no-eos.zip stored-no-eos.zip
diff --git a/regress/stored-no-eos.zip b/regress/stored-no-eos.zip
new file mode 100644
index 0000000..4a7745f
--- /dev/null
+++ b/regress/stored-no-eos.zip
Binary files differ
diff --git a/regress/testfile-stored-dos.zip b/regress/testfile-stored-dos.zip
index beb6bdf..1adf554 100644
--- a/regress/testfile-stored-dos.zip
+++ b/regress/testfile-stored-dos.zip
Binary files differ