Add test for case-insensitivity of #2236 (#2245)

* Add test for case-insensitivity of #2236
* Add `-c core.symlinks=true` to AppVeyor's `git clone rizin-testbins`
This commit is contained in:
Khairul Azhar Kasmiran 2022-01-25 17:25:19 +08:00 committed by GitHub
parent 6a7cb865b4
commit f50543ca28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View file

@ -98,7 +98,7 @@ for:
- copy C:\Python38-x64\python.exe C:\Python38-x64\python3.exe
- python3 -m pip install "git+https://github.com/rizinorg/rz-pipe#egg=rzpipe&subdirectory=python"
- cd test
- git clone -q --depth 1 https://github.com/rizinorg/rizin-testbins bins
- git clone -q --depth 1 -c core.symlinks=true https://github.com/rizinorg/rizin-testbins bins
- cd ..
- "%PYTHON%\\Scripts\\meson test -C build -t 10"
- cd test

View file

@ -5,3 +5,16 @@ EXPECT=<<EOF
format bf
EOF
RUN
NAME=25.BF
FILE=bins/bf/25.BF
CMDS=<<EOF
(i key; i~^$0)
..(i file format size)
EOF
EXPECT=<<EOF
file bins/bf/25.BF
format bf
size 0x2af
EOF
RUN