summaryrefslogtreecommitdiff
path: root/test/nasmformat.asm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-10-06 18:27:30 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-10-06 18:28:42 -0700
commit733cbb3197022811cff2da03f6ebba0a94c3423d (patch)
tree5c08366a83ad8c63b410db07bfa377c3c47980c9 /test/nasmformat.asm
parent04c6052670bcfc299b1b47f4b6b01a73b909921f (diff)
downloadnasm-733cbb3197022811cff2da03f6ebba0a94c3423d.tar.gz
nasm-733cbb3197022811cff2da03f6ebba0a94c3423d.tar.bz2
nasm-733cbb3197022811cff2da03f6ebba0a94c3423d.zip
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 <hpa@zytor.com>
Diffstat (limited to 'test/nasmformat.asm')
-rw-r--r--test/nasmformat.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/nasmformat.asm b/test/nasmformat.asm
index 0c3f0a7..ea19b92 100644
--- a/test/nasmformat.asm
+++ b/test/nasmformat.asm
@@ -1,6 +1,6 @@
-;Testname=obj; Arguments=-fobj -onasmfomat.o; Files=.stdout .stderr nasmfomat.o
-;Testname=bin; Arguments=-fbin -onasmfomat.o; Files=.stdout .stderr nasmfomat.o
-;Testname=rdf; Arguments=-frdf -onasmfomat.o; Files=.stdout .stderr nasmfomat.o
+;Testname=obj; Arguments=-fobj -onasmfomat.o; Files=stdout stderr nasmfomat.o
+;Testname=bin; Arguments=-fbin -onasmfomat.o; Files=stdout stderr nasmfomat.o
+;Testname=rdf; Arguments=-frdf -onasmfomat.o; Files=stdout stderr nasmfomat.o
%if __OUTPUT_FORMAT__ == 'bin'