summaryrefslogtreecommitdiffstats
path: root/tests/diff.sh
blob: a364a28b1ddaf2b41f37007427c5df2f4c20a120 (plain)
1
2
3
4
5
6
7
#!/bin/bash

diff -u -I 'Revision: .*' -I 'Size in memory.*' \
    <(sed -e 's/timeout [0-9]*/timeout x/' -e 's/initval 0x[0-9a-fA-F]\{8\}/initval 0x00000000/' $1) \
    <(sed -e 's/timeout [0-9]*/timeout x/' -e 's/initval 0x[0-9a-fA-F]\{8\}/initval 0x00000000/' $2)