From 733cbb3197022811cff2da03f6ebba0a94c3423d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 6 Oct 2008 18:27:30 -0700 Subject: test: change .stdout/.stderr to stdout/stderr Using hidden files are rather antisocial, and rather pointless in this particular context. Change .stdout and .stderr to simply stdout and stderr. Signed-off-by: H. Peter Anvin --- test/iftoken.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/iftoken.pl') diff --git a/test/iftoken.pl b/test/iftoken.pl index 8f06366..925dd40 100755 --- a/test/iftoken.pl +++ b/test/iftoken.pl @@ -4,7 +4,7 @@ 'foo', 'foo bar', '%', '+foo', '<<'); @tests = ('token', 'empty'); -print ";Testname=test; Arguments=-fbin -oiftoken.txt; Files=.stdout .stderr iftoken.txt" +print ";Testname=test; Arguments=-fbin -oiftoken.txt; Files=stdout stderr iftoken.txt" print "%define ZMACRO\n"; print "%define NMACRO 1\n"; print "%define TMACRO 1 2\n"; -- cgit v1.2.3