From a70025e6133afac9091d313eb66a7a5b7ccbc353 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 25 Jul 2023 19:02:21 -0500 Subject: [PATCH] Make two more vars local. --- scripts/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runtest.sh b/scripts/runtest.sh index cb29ffa3..8992c8f7 100644 --- a/scripts/runtest.sh +++ b/scripts/runtest.sh @@ -176,7 +176,7 @@ testcmd() # X close stdin/stdout/stderr and match return code (blank means nonzero) txpect() { - local NAME CASE VERBOSITY LEN PID A B X O + local NAME CASE VERBOSITY IN OUT ERR LEN PID A B X O # Run command with redirection through fifos NAME="$CMDNAME $1" -- 2.39.2