tests/tests.yml

branch
trunk
changeset 53
cd853ddb224c
parent 52
cf191f957fd0
child 62
17d845dacff5
--- a/tests/tests.yml	Sun Jan 20 11:10:48 2008 -0500
+++ b/tests/tests.yml	Sun Jan 20 12:00:35 2008 -0500
@@ -554,3 +554,22 @@
     
     test-text.gz:
     test-text
+
+- name: output filenames with -v and -f
+  options: -nvf
+  directory: busydir
+  filenames: ../test-onedir.tar.gz
+  output: |
+    ../test-onedir.tar.gz:
+    test/
+    test/foobar
+    test/quux
+
+- name: list recursive archives
+  options: ""
+  filenames: test-deep-recursion.tar
+  input: |
+    r
+    l
+    n
+  grep: "^test-deep-recursion/subsubdir/test-text\.gz$"

mercurial