From 69212f7cc5eeeb22592b85638f56625d1b5b9dc7 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 26 Mar 2019 15:53:47 +0100 Subject: [PATCH] tests: fix integration/pipe-loopback-iec61850-9-2 --- tests/integration/pipe-loopback-iec61850-9-2.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/integration/pipe-loopback-iec61850-9-2.sh b/tests/integration/pipe-loopback-iec61850-9-2.sh index 1d7dd2b48..b3faac286 100755 --- a/tests/integration/pipe-loopback-iec61850-9-2.sh +++ b/tests/integration/pipe-loopback-iec61850-9-2.sh @@ -65,12 +65,10 @@ cat > ${CONFIG_FILE} << EOF } EOF -cat ${CONFIG_FILE} - villas-pipe -l ${NUM_SAMPLES} ${CONFIG_FILE} node1 > ${OUTPUT_FILE} < ${INPUT_FILE} # Compare data -villas-test-cmp -t ${INPUT_FILE} ${OUTPUT_FILE} +villas-test-cmp -T ${INPUT_FILE} ${OUTPUT_FILE} RC=$? rm ${OUTPUT_FILE} ${INPUT_FILE} ${CONFIG_FILE}