diff --git a/test/expected/test_cmds.sh_b6a3bb78e9d60e5e1f5ce5b18e40d2f1662707ab.out b/test/expected/test_cmds.sh_b6a3bb78e9d60e5e1f5ce5b18e40d2f1662707ab.out index ff90f1775cc..00b16c51e63 100644 --- a/test/expected/test_cmds.sh_b6a3bb78e9d60e5e1f5ce5b18e40d2f1662707ab.out +++ b/test/expected/test_cmds.sh_b6a3bb78e9d60e5e1f5ce5b18e40d2f1662707ab.out @@ -78,7 +78,7 @@ you can pass the  -n  option. This combination of options allows y to write scripts for processing logs with lnav. For example, to get a list of IP addresses that dhclient has bound to in CSV format: - ▌#! /usr/bin/lnav -nf  + ▌#! {prefix}/bin/lnav -nf  ▌  ▌# Usage: dhcp_ip.lnav /var/log/messages  ▌# Only include lines that look like:  diff --git a/test/expected_help.txt b/test/expected_help.txt index 27f9c8af2a1..28a05989537 100644 --- a/test/expected_help.txt +++ b/test/expected_help.txt @@ -84,7 +84,7 @@ UI, you can pass the -n option. This combination of options allows you to write scripts for processing logs with lnav. For example, to get a list of IP addresses that dhclient has bound to in CSV format: - ┃#! /usr/bin/lnav -nf + ┃#! {prefix}/bin/lnav -nf ┃ ┃# Usage: dhcp_ip.lnav /var/log/messages ┃# Only include lines that look like: