We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a16988 commit bbe2e2dCopy full SHA for bbe2e2d
.github/workflows/build-linux.yml
@@ -149,7 +149,7 @@ jobs:
149
sudo veracrypt --non-interactive Tests/test.streebog.hc --hash streebog --slot 3 --password test --mount-options=ro
150
sudo veracrypt --non-interactive Tests/test.whirlpool.hc --hash whirlpool --slot 4 --password test --mount-options=ro
151
sudo veracrypt --list
152
- echo -n "dummy" > /tmp/expected_content.txt
+ echo -n "Dummy" > /tmp/expected_content.txt
153
if cmp -s /media/veracrypt1/dummy.txt /tmp/expected_content.txt; then
154
echo "Content of test.sha256.hc is valid."
155
else
0 commit comments