From 40986a3ba1ca8320ca273321d1deb8b35d5964e3 Mon Sep 17 00:00:00 2001 From: Sean Alling Date: Sun, 22 Jan 2023 15:35:20 -0800 Subject: [PATCH] [bugfix] removed extra newline from shell script --- test/02/t0263a.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/02/t0263a.sh b/test/02/t0263a.sh index 1e57136d..1d4ee151 100644 --- a/test/02/t0263a.sh +++ b/test/02/t0263a.sh @@ -32,4 +32,3 @@ if test $? -ne 0; then no_result; fi diff -u test.ok test.out if test $? -ne 0; then fail; fi -