mirage / ocaml-tar

Pure OCaml library to read and write tar files
ISC License
54 stars 34 forks source link

expect test: attempt to make it cross-platform (unix and windows) #95

Closed hannesm closed 2 years ago

hannesm commented 2 years ago

now it fails with:

   $ otar list v.tar.gz
-  archive (0 byte)
-  archive/foo (12.00 B)
+  Fatal error: exception Failure("gzip: Unexpected end of input")
hannesm commented 2 years ago

superseeded by #97