From dfde010a49ed02c966ee9050e8ea4dc75033bdb6 Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Wed, 17 Nov 2021 08:43:29 -0800 Subject: [PATCH] tests: Fix a comment --- tests/libtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest.sh b/tests/libtest.sh index df1492c1..7790dd88 100644 --- a/tests/libtest.sh +++ b/tests/libtest.sh @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. -# redirect stdout to stderr, otherwise the log will have command output out of +# redirect stderr to stdout, otherwise the log will have command output out of # order with xtrace output exec 2>&1