Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Nov 20, 2023
1 parent 0416d7e commit 8bb01e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/elf/nmagic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ $CC -B. -o $t/exe2 $t/a.o -nostdlib
end1=$(nm $t/exe1 | grep ' end$' | cut -d' ' -f1)
end2=$(nm $t/exe2 | grep ' end$' | cut -d' ' -f1)

[ $end1 -lt $end2 ]
[ $((0x$end1)) -lt $((0x$end2)) ]

0 comments on commit 8bb01e1

Please sign in to comment.