summaryrefslogtreecommitdiffstats
path: root/tests/diff.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/diff.sh')
-rwxr-xr-xtests/diff.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/diff.sh b/tests/diff.sh
new file mode 100755
index 0000000..a364a28
--- /dev/null
+++ b/tests/diff.sh
@@ -0,0 +1,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)
+
+