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. 4 prereq: cp ../../tests/true 'a \<>b' 5 prog: 'a \<>b' 6 vgopts: -q 7 cleanup: rm 'a \<>b' 8