tests/tests.yml

branch
trunk
changeset 123
8570c14304bb
parent 122
2b676283366a
--- a/tests/tests.yml	Sun Aug 30 11:18:32 2009 -0400
+++ b/tests/tests.yml	Sun Aug 30 11:46:30 2009 -0400
@@ -107,6 +107,14 @@
   posttest: |
     if [ "x`cat test-text`" != "xhi" ]; then exit 1; fi
 
+- name: decompressing xz
+  directory: inside-dir
+  filenames: ../test-text.xz
+  baseline: |
+    xzcat $1 >test-text
+  posttest: |
+    if [ "x`cat test-text`" != "xhi" ]; then exit 1; fi
+
 - name: decompression with -r
   directory: inside-dir
   filenames: ../test-text.gz

mercurial