From e420abede2afdff5312317995dfec20947e88f88 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 2 Apr 2017 04:29:23 +0200 Subject: [PATCH] added integration test for villas-test-cmp --- tests/integration/test-cmp.sh | 47 +++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100755 tests/integration/test-cmp.sh 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} <