Skip to content

Commit e2d8208

Browse files
Update test/install/install_test.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent dc04ecd commit e2d8208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/install/install_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rm -f openroad.tar
1919
# Remove repo_mapping (same as install.sh)
2020
if [ -e openroad.repo_mapping ]; then
2121
chmod u+w openroad.repo_mapping
22-
rm -f openroad.repo_mapping
22+
rm -rf openroad.repo_mapping
2323
fi
2424

2525
# Clear Bazel runfiles env vars so the installed binary resolves its own

0 commit comments

Comments
 (0)