mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-10 15:33:04 +00:00
Fix the http test in macOS (#17991)
Co-authored-by: pancake <pancake@nopcode.org>
This commit is contained in:
parent
4955ef1bc6
commit
015cd0a26d
@ -1,6 +1,6 @@
|
||||
NAME==h
|
||||
FILE=--
|
||||
CMDS=!scripts/test-webserver.sh
|
||||
CMDS=!!scripts/test-webserver.sh
|
||||
EXPECT=<<EOF
|
||||
; [14] -r-x section size 594 named .text
|
||||
;-- entry0:
|
||||
@ -33,9 +33,7 @@ EXPECT=<<EOF
|
||||
<script type="text/javascript" src="m/vendors/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="m/r2.js"></script>
|
||||
EOF
|
||||
EXPECT_ERR=<<EOF
|
||||
|
||||
EOF
|
||||
EXPECT_ERR=
|
||||
RUN
|
||||
|
||||
NAME=r2 remote webserver two
|
||||
|
Loading…
Reference in New Issue
Block a user