summaryrefslogtreecommitdiff
path: root/test/testdos.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/testdos.asm
parent04c6052670bcfc299b1b47f4b6b01a73b909921f (diff)
downloadnasm-733cbb3197022811cff2da03f6ebba0a94c3423d.tar.gz
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/testdos.asm')
-rw-r--r--test/testdos.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testdos.asm b/test/testdos.asm
index 4fdf87b6..2f6bf916 100644
--- a/test/testdos.asm
+++ b/test/testdos.asm
@@ -1,4 +1,4 @@
-;Testname=test; Arguments=-fbin -otestdos.bin; Files=.stdout .stderr testdos.bin
+;Testname=test; Arguments=-fbin -otestdos.bin; Files=stdout stderr testdos.bin
;
; This file was known to miscompile with the 16-bit NASM built
; under Borland C++ 3.1, so keep it around for testing...