Skip to content

Commit

Permalink
Linux: Fix wrong test for Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Jul 6, 2024
1 parent 5a16988 commit bbe2e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
sudo veracrypt --non-interactive Tests/test.streebog.hc --hash streebog --slot 3 --password test --mount-options=ro
sudo veracrypt --non-interactive Tests/test.whirlpool.hc --hash whirlpool --slot 4 --password test --mount-options=ro
sudo veracrypt --list
echo -n "dummy" > /tmp/expected_content.txt
echo -n "Dummy" > /tmp/expected_content.txt
if cmp -s /media/veracrypt1/dummy.txt /tmp/expected_content.txt; then
echo "Content of test.sha256.hc is valid."
else
Expand Down

0 comments on commit bbe2e2d

Please sign in to comment.