blob: 98bb3265187ca9f56b628a0d75ea29753b74a9c9 [file] [log] [blame]
# 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'