cmd-with-special.vgtest revision e739ac0589b4fb43561f801c4faba8c1b89f8680
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