Skip to content

Commit

Permalink
Update test scenario to test file hashes
Browse files Browse the repository at this point in the history
The intention is to modify the hash of a file managed by rpm package.
The test was searching for specific file name in /usr/share/doc to be
modified but some systems might not have the files assumed to be
present. Therefore, the test scenario was updated to modify the ls"
command, which is present even in minimal installations and a small
modification for testing purposes is not harmfull for the system.
  • Loading branch information
marcusburghardt committed Dec 6, 2023
1 parent 93d720a commit 50f8a8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

echo "# CaC rpm_verify_hashes test" >> /bin/ls

0 comments on commit 50f8a8a

Please sign in to comment.