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:
parent
0acc7f11a1
commit
7c6579a614
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue