The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=c903f664780e2df7aff9ca84089d55dec5ff1dae
commit c903f664780e2df7aff9ca84089d55dec5ff1dae Author: Mark Johnston <[email protected]> AuthorDate: 2023-08-23 17:24:36 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2023-08-23 17:25:35 +0000 sh tests: Update $LINENO tests after $FreeBSD$ removal Fixes: d0b2dbfa0ecf ("Remove $FreeBSD$: one-line sh pattern") --- bin/sh/tests/builtins/lineno.0.stdout | 4 ++-- bin/sh/tests/builtins/lineno3.0.stdout | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/sh/tests/builtins/lineno.0.stdout b/bin/sh/tests/builtins/lineno.0.stdout index 82583a93c82e..ab5ad9cbef51 100644 --- a/bin/sh/tests/builtins/lineno.0.stdout +++ b/bin/sh/tests/builtins/lineno.0.stdout @@ -1,9 +1,9 @@ +1 2 -3 2 3 +11 12 -13 foo foo 2 diff --git a/bin/sh/tests/builtins/lineno3.0.stdout b/bin/sh/tests/builtins/lineno3.0.stdout index 6e0e4ac8ca57..f8b44636cb5d 100644 --- a/bin/sh/tests/builtins/lineno3.0.stdout +++ b/bin/sh/tests/builtins/lineno3.0.stdout @@ -1,2 +1,2 @@ -before: 3 -after: 6 +before: 2 +after: 5
