tests/tests.yml

branch
trunk
changeset 19
bb6e9f4af1a5
parent 17
481a2b4be471
child 20
69c93c3e6972
equal deleted inserted replaced
18:1600807a32bd 19:bb6e9f4af1a5
148 grep: ERROR 148 grep: ERROR
149 antigrep: Traceback 149 antigrep: Traceback
150 prerun: | 150 prerun: |
151 chmod 500 . 151 chmod 500 .
152 152
153 - name: list contents of one file
154 options: -l
155 filenames: test-1.23.tar
156 output: |
157 test-1.23/
158 test-1.23/1/
159 test-1.23/1/2/
160 test-1.23/1/2/3
161 test-1.23/a/
162 test-1.23/a/b
163 test-1.23/foobar
164
165 - name: list contents of multiple files
166 options: --table
167 filenames: test-1.23_all.deb test-1.23.zip
168 output: |
169 test-1.23_all.deb:
170 1/
171 1/2/
172 1/2/3
173 a/
174 a/b
175 foobar
176
177 test-1.23.zip:
178 1/2/3
179 a/b
180 foobar
181
182 - name: list contents of compressed file
183 options: -t
184 filenames: test-text.gz
185 output: test-text

mercurial