|
From: <sv...@va...> - 2009-08-03 11:35:21
|
Author: njn Date: 2009-08-03 01:23:16 +0100 (Mon, 03 Aug 2009) New Revision: 10691 Log: Forgot to add these in r10690. Added: trunk/none/tests/cmd-with-special.stderr.exp trunk/none/tests/cmd-with-special.vgtest Added: trunk/none/tests/cmd-with-special.stderr.exp =================================================================== Added: trunk/none/tests/cmd-with-special.vgtest =================================================================== --- trunk/none/tests/cmd-with-special.vgtest (rev 0) +++ trunk/none/tests/cmd-with-special.vgtest 2009-08-03 00:23:16 UTC (rev 10691) @@ -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' |