1#!/bin/sh 2# Normalize variable output for reproducible tests 3# - Replace hashes with HASH 4# - Strip trailing whitespace 5sed 's/[a-f0-9]\{7,40\}/HASH/g' | sed 's/[[:space:]]*$//'