From 3626877554b6c567d43336ec49414cedfe487260 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 31 May 2024 18:30:10 +0200 Subject: Initial commit --- test/proto/test.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/proto/test.sh (limited to 'test/proto/test.sh') diff --git a/test/proto/test.sh b/test/proto/test.sh new file mode 100644 index 0000000..fbd946b --- /dev/null +++ b/test/proto/test.sh @@ -0,0 +1,12 @@ +set -e + +./write FOO 42 data.bin 2>&1 + +echo +echo Binary encoding +xxd data.bin + +echo +echo Verifying read +./read data.bin | grep foo=FOO +./read data.bin | grep bar=42 -- cgit v1.2.3