From bcc458d84b1f39ced2a000e3f8ae937bf305577b Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Fri, 26 May 2023 21:01:05 +0200 Subject: [PATCH] make check comply to spec --- check | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/check b/check index 1a24852..70aa535 100755 --- a/check +++ b/check @@ -1 +1,6 @@ #!/bin/sh + +exec 3>&1 +exec 1>&2 + +echo "[]" >&3