Skip to content

Commit afad06f

Browse files
committed
[tests] fix path
1 parent a267076 commit afad06f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

TESTS_ENVIRONMENT.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ run_cap_test() {
158158
sed -ibak -E \
159159
-e "s;${prefix}/etc;{prefix}/etc;g" \
160160
-e "s;${LNAV_VERSION};{LNAV_VERSION};g" \
161+
-e "s;${top_builddir_abs}/src/lnav-test;{lnav-test};g" \
161162
-e "s;${test_dir};{test_dir};g" \
162163
-e "s;${ROOT_DIR};{root_dir};g" \
163164
-e "s;${builddir};{builddir};g" \

test/expected/test_cli.sh_64555477e8795379ae33a3dbca8113cf7111ff2b.err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ make it easier to navigate through files quickly.
5252

5353
Paths
5454
• This binary:
55-
🧭 {buildir}/src/lnav-test
55+
🧭 {lnav-test}
5656
• Format files are read from:
5757
📂 /etc/lnav
5858
📂 {prefix}/etc/lnav

0 commit comments

Comments
 (0)