diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-10-06 18:27:30 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-06 18:28:42 -0700 |
commit | 733cbb3197022811cff2da03f6ebba0a94c3423d (patch) | |
tree | 5c08366a83ad8c63b410db07bfa377c3c47980c9 /test/lnxhello.asm | |
parent | 04c6052670bcfc299b1b47f4b6b01a73b909921f (diff) | |
download | nasm-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/lnxhello.asm')
-rw-r--r-- | test/lnxhello.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/lnxhello.asm b/test/lnxhello.asm index d48ab5b..1aa5a5f 100644 --- a/test/lnxhello.asm +++ b/test/lnxhello.asm @@ -1,7 +1,7 @@ -;Testname=aout; Arguments=-faout -olnxhello.o -Ox; Files=.stdout .stderr lnxhello.o -;Testname=aoutb; Arguments=-faoutb -olnxhello.o -Ox; Files=.stdout .stderr lnxhello.o -;Testname=as86; Arguments=-fas86 -olnxhello.o -Ox; Files=.stdout .stderr lnxhello.o -;Testname=elf32; Arguments=-felf32 -olnxhello.o -Ox; Files=.stdout .stderr lnxhello.o +;Testname=aout; Arguments=-faout -olnxhello.o -Ox; Files=stdout stderr lnxhello.o +;Testname=aoutb; Arguments=-faoutb -olnxhello.o -Ox; Files=stdout stderr lnxhello.o +;Testname=as86; Arguments=-fas86 -olnxhello.o -Ox; Files=stdout stderr lnxhello.o +;Testname=elf32; Arguments=-felf32 -olnxhello.o -Ox; Files=stdout stderr lnxhello.o ; ; Assembly "Hello, World!" for Linux |