Skip to content

Commit a267076

Browse files
committed
[tests] try to fix substitution
1 parent dd3abb5 commit a267076

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TESTS_ENVIRONMENT.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ run_cap_test() {
125125
-e "s;${LNAV_VERSION};{LNAV_VERSION};g" \
126126
-e "s;${test_dir};{test_dir};g" \
127127
-e "s;${builddir};{test_dir};g" \
128-
-e "s;${top_builddir_abs};{buildir};g" \
129128
-e "s;${ROOT_DIR};{root_dir};g" \
130129
-e "s;${top_srcdir};{top_srcdir};g" \
131130
-e "s;${top_srcdir_parent};{top_srcdir_parent};g" \
132131
-e "s;${TMPDIR};{TMPDIR};g" \
132+
-e "s;${top_builddir_abs};{buildir};g" \
133133
-e "s;/tmp/;{TMPDIR};g" \
134134
-e "s;lnav-user-${UID}-work;lnav-user-{uid}-work;g" \
135135
${test_file_base}_${test_hash}.out
@@ -161,10 +161,10 @@ run_cap_test() {
161161
-e "s;${test_dir};{test_dir};g" \
162162
-e "s;${ROOT_DIR};{root_dir};g" \
163163
-e "s;${builddir};{builddir};g" \
164-
-e "s;${top_builddir_abs};{buildir};g" \
165164
-e "s;${top_srcdir};{top_srcdir};g" \
166165
-e "s;${TMPDIR};{TMPDIR};g" \
167166
-e "s;/tmp/;{TMPDIR};g" \
167+
-e "s;${top_builddir_abs};{buildir};g" \
168168
-e "s;lnav-user-${UID}-work;lnav-user-{uid}-work;g" \
169169
-e 's;"errorId":".+";;g' \
170170
${test_file_base}_${test_hash}.err

0 commit comments

Comments
 (0)