summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2026-01-12 13:56:56 +0000
committerMark Johnston <markj@FreeBSD.org>2026-01-12 15:34:43 +0000
commit045112f148fa092c92ec53204708f638b226ff8f (patch)
treeb101428f7b7409c006125eaca2c8a8e396222995 /usr.bin
parent74999aac5effb9b32d12f413ef51e87b15c8a0d8 (diff)
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")
Diffstat (limited to 'usr.bin')
-rwxr-xr-xusr.bin/grep/tests/grep_freebsd_test.sh2
1 files changed, 1 insertions, 1 deletions
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()