tests/tests.yml

branch
trunk
changeset 103
f68a0ca870b0
parent 100
7353b443dc98
child 106
dcf005ef7070
equal deleted inserted replaced
102:a47d4b73053b 103:f68a0ca870b0
337 baseline: | 337 baseline: |
338 mkdir test-onefile 338 mkdir test-onefile
339 cd test-onefile 339 cd test-onefile
340 tar -zxf ../$1 340 tar -zxf ../$1
341 341
342 - name: prompt wording with one file
343 options: ""
344 filenames: test-onefile.tar.gz
345 input: i
346 grep: file _I_nside
347
342 - name: one file extracted with rename, with Expected text 348 - name: one file extracted with rename, with Expected text
343 options: "" 349 options: ""
344 filenames: test-onefile.tar.gz 350 filenames: test-onefile.tar.gz
345 input: r 351 input: r
346 grep: "Expected: test-onefile" 352 grep: "Expected: test-onefile"
356 tar -zxf $1 362 tar -zxf $1
357 363
358 - name: bomb with preceding dot in the table 364 - name: bomb with preceding dot in the table
359 filenames: test-dot-first-bomb.tar.gz 365 filenames: test-dot-first-bomb.tar.gz
360 options: "" 366 options: ""
361 antigrep: one entry 367 antigrep: one
362 baseline: | 368 baseline: |
363 mkdir test-dot-first-bomb 369 mkdir test-dot-first-bomb
364 cd test-dot-first-bomb 370 cd test-dot-first-bomb
365 tar -zxf ../$1 371 tar -zxf ../$1
366 372

mercurial