diff --git a/tests/integration/test-cmp.sh b/tests/integration/test-cmp.sh new file mode 100755 index 000000000..9fff9354a --- /dev/null +++ b/tests/integration/test-cmp.sh @@ -0,0 +1,47 @@ +#!/bin/bash + +INPUT_FILE=$(mktemp) + +function fail() { + rm ${INPUT_FILE} + exit $1; +} + +cat > ${INPUT_FILE} <