mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 11:12:07 +00:00
Don't use diff to compare bin files in tests
This commit is contained in:
@@ -48,7 +48,7 @@ for i in *.asm; do
|
||||
dd if=$gb count=1 bs=$(printf %s $(wc -c < $bin)) > $output 2>/dev/null
|
||||
hexdump -C $output > $input && mv $input $output
|
||||
hexdump -C $bin > $input
|
||||
diff -u --strip-trailing-cr $input $output
|
||||
cmp $input $output
|
||||
our_rc=$(($? || $our_rc))
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user