]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Forgot to add these in r10690.
authorNicholas Nethercote <njn@valgrind.org>
Mon, 3 Aug 2009 00:23:16 +0000 (00:23 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 3 Aug 2009 00:23:16 +0000 (00:23 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10691

none/tests/cmd-with-special.stderr.exp [new file with mode: 0644]
none/tests/cmd-with-special.vgtest [new file with mode: 0644]

diff --git a/none/tests/cmd-with-special.stderr.exp b/none/tests/cmd-with-special.stderr.exp
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/none/tests/cmd-with-special.vgtest b/none/tests/cmd-with-special.vgtest
new file mode 100644 (file)
index 0000000..98bb326
--- /dev/null
@@ -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'