You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
295 B
7 lines
295 B
# Use the "prereq" command to copy ../../tests/true to a filename containing |
|
# special chars that need escaping in the "Command:" line. We do the |
|
# renaming because the autotools would barf on such a filename. |
|
prereq: cp ../../tests/true 'a \<>b' |
|
prog: 'a \<>b' |
|
vgopts: -q |
|
cleanup: rm 'a \<>b'
|
|
|