From: Nicholas Nethercote Date: Mon, 3 Aug 2009 00:23:16 +0000 (+0000) Subject: Forgot to add these in r10690. X-Git-Tag: svn/VALGRIND_3_5_0~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=635d2ba794775e961966e1590c7d6b787649e938;p=thirdparty%2Fvalgrind.git Forgot to add these in r10690. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10691 --- diff --git a/none/tests/cmd-with-special.stderr.exp b/none/tests/cmd-with-special.stderr.exp new file mode 100644 index 0000000000..e69de29bb2 diff --git a/none/tests/cmd-with-special.vgtest b/none/tests/cmd-with-special.vgtest new file mode 100644 index 0000000000..98bb326518 --- /dev/null +++ b/none/tests/cmd-with-special.vgtest @@ -0,0 +1,7 @@ +# 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'