Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2026 15:34:53 +0000
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 045112f148fa - main - grep/tests: Fix up the zgrep executable path in a newly added test
Message-ID:  <6965149d.260a5.149efc9f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by markj:

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

commit 045112f148fa092c92ec53204708f638b226ff8f
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-01-12 13:56:56 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-01-12 15:34:43 +0000

    grep/tests: Fix up the zgrep executable path in a newly added test
    
    Fixes:  da5d94d29a5e ("Remove obsolete BUGS section from zgrep(1) man page, add test")
---
 usr.bin/grep/tests/grep_freebsd_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/grep/tests/grep_freebsd_test.sh b/usr.bin/grep/tests/grep_freebsd_test.sh
index ae9a9c1274f3..338fc7a3ee1f 100755
--- a/usr.bin/grep/tests/grep_freebsd_test.sh
+++ b/usr.bin/grep/tests/grep_freebsd_test.sh
@@ -133,7 +133,7 @@ eflags_body()
 	printf "aaa bbb ccc\n111 222 333\ndon't match this line" > in
 
 	atf_check -o 'inline:aaa bbb ccc\n111 222 333\n' \
-	    /tmp/zgrep.sh -eaaa -e333 in
+	    zgrep -eaaa -e333 in
 }
 
 atf_init_test_cases()


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6965149d.260a5.149efc9f>