tests/tests.yml

branch
trunk
changeset 52
cf191f957fd0
parent 47
b034b6b4227d
child 53
cd853ddb224c
--- a/tests/tests.yml	Sun Jan 20 09:47:33 2008 -0500
+++ b/tests/tests.yml	Sun Jan 20 11:10:48 2008 -0500
@@ -541,3 +541,16 @@
     for i in $(seq 1 10); do touch test-text.$i; done
   filenames: ../test-text.gz
   grep: "WARNING: extracting"
+
+- name: output filenames with -v
+  options: -v -n
+  filenames: test-onedir.tar.gz test-text.gz
+  output: |
+    test-onedir.tar.gz:
+    test-onedir/
+    test-onedir/test/
+    test-onedir/test/foobar
+    test-onedir/test/quux
+    
+    test-text.gz:
+    test-text

mercurial