From 635d2ba794775e961966e1590c7d6b787649e938 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 3 Aug 2009 00:23:16 +0000 Subject: [PATCH] Forgot to add these in r10690. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10691 --- none/tests/cmd-with-special.stderr.exp | 0 none/tests/cmd-with-special.vgtest | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 none/tests/cmd-with-special.stderr.exp create mode 100644 none/tests/cmd-with-special.vgtest 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' -- 2.47.3