vmt / udis86

Disassembler Library for x86 and x86-64
http://udis86.sourceforge.net
BSD 2-Clause "Simplified" License
1.02k stars 299 forks source link

tests: use bash instead of sh to run difftest.sh #68

Closed vegard closed 10 years ago

vegard commented 10 years ago

On Ubuntu, /bin/sh is a symlink to /bin/dash, however difftest.sh uses bash-specific constructs and fails when run using dash. Therefore, run this script explicitly using bash.

vmt commented 10 years ago

Thanks!