1# Use the "prereq" command to copy ../../tests/true to a filename containing 2# special chars that need escaping in the "Command:" line. We do the 3# renaming because the autotools would barf on such a filename. 4prereq: cp ../../tests/true 'a \<>b' 5prog: 'a \<>b' 6vgopts: -q 7cleanup: rm 'a \<>b' 8