ftmemsim-valgrind/none/tests/cmd-with-special.vgtest
Nicholas Nethercote 635d2ba794 Forgot to add these in r10690.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10691
2009-08-03 00:23:16 +00:00

8 lines
295 B
Plaintext

# 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'