The branch stable/13 has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=c1c798f174817b567f66379412c231ebfdcd7c8b

commit c1c798f174817b567f66379412c231ebfdcd7c8b
Author:     Mark Johnston <ma...@freebsd.org>
AuthorDate: 2023-08-23 17:24:36 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2023-08-23 17:45:13 +0000

    sh tests: Update $LINENO tests after $FreeBSD$ removal
    
    Fixes:  d0b2dbfa0ecf ("Remove $FreeBSD$: one-line sh pattern")
    (cherry picked from commit c903f664780e2df7aff9ca84089d55dec5ff1dae)
---
 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

Reply via email to