diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2023-08-23 17:24:36 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2023-08-23 17:25:35 +0000 |
| commit | c903f664780e2df7aff9ca84089d55dec5ff1dae (patch) | |
| tree | 47a7372493b86652e92da00cb081c1f13ac5f728 /bin/sh | |
| parent | ecf01a8ebc443d1b33c7b61a22f28145f41c25a9 (diff) | |
Diffstat (limited to 'bin/sh')
| -rw-r--r-- | bin/sh/tests/builtins/lineno.0.stdout | 4 | ||||
| -rw-r--r-- | 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 |
