Fix asm.bits-dependent open tests

Passing arch and bits as args instead of commands ensures they take
effect earlier. This fixes these tests on platforms where the default
asm.bits is 32.
This commit is contained in:
Florian Märkl 2023-01-12 19:49:39 +01:00
parent 0acc7f11a1
commit 7c6579a614

View file

@ -336,9 +336,8 @@ RUN
NAME=oblj
FILE==
ARGS=-a x86 -b 64
CMDS=<<EOF
e asm.arch=x86
e asm.bits=64
oblj~{}
EOF
EXPECT=<<EOF
@ -385,9 +384,8 @@ RUN
NAME=o--
FILE==
ARGS=-a x86 -b 64
CMDS=<<EOF
e asm.arch=x86
e asm.bits=64
o =
ol~?
obl