We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501d8c6 commit c4d4552Copy full SHA for c4d4552
installer-tests/run_tests.sh
@@ -152,8 +152,6 @@ function autoupdate_test() {
152
cp -r "$VUH_SRC_VOLUME/." "$tmp_vuh_src_dir" || exit 1
153
154
_show_updated_message "Creating downgraded version of repository ..."
155
- change_line="VUH_VERSION='"
156
- line_with_downgraded_version="VUH_VERSION='1.0.0'"
157
downgraded_vuh_file="$(sed "s/VUH_VERSION=.*/VUH_VERSION=\'1\.0\.0\'/" "$tmp_vuh_src_dir/vuh.sh")"
158
echo "$downgraded_vuh_file" > "$tmp_vuh_src_dir/vuh.sh"
159
0 commit comments