From 6291643ff88e50579bdbd0823b2b1846c9fd6d09 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 16 May 2024 11:58:57 -0300 Subject: Initial implementation: include code from papod --- tests/cli-opts.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/cli-opts.sh (limited to 'tests/cli-opts.sh') diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh new file mode 100755 index 0000000..f06f8a6 --- /dev/null +++ b/tests/cli-opts.sh @@ -0,0 +1,4 @@ +#!/bin/sh +set -eu + +"$1" | grep -qE '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' -- cgit v1.2.3