summaryrefslogtreecommitdiff
path: root/test/binexe.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/binexe.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/binexe.asm')
-rw-r--r--test/binexe.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/binexe.asm b/test/binexe.asm
index bc85eb41..2a9eb6e8 100644
--- a/test/binexe.asm
+++ b/test/binexe.asm
@@ -1,5 +1,5 @@
-;Testname=unoptimized; Arguments=-O0 -fbin -obinexe.exe -i../misc/; Files=.stdout .stderr binexe.exe
-;Testname=optimized; Arguments=-Ox -fbin -obinexe.exe -i../misc/; Files=.stdout .stderr binexe.exe
+;Testname=unoptimized; Arguments=-O0 -fbin -obinexe.exe -i../misc/; Files=stdout stderr binexe.exe
+;Testname=optimized; Arguments=-Ox -fbin -obinexe.exe -i../misc/; Files=stdout stderr binexe.exe
; Demonstration of how to write an entire .EXE format program by using
; the `exebin.mac' macro package.