Skip to content

Commit bbe2e2d

Browse files
committed
Linux: Fix wrong test for Github workflow
1 parent 5a16988 commit bbe2e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
sudo veracrypt --non-interactive Tests/test.streebog.hc --hash streebog --slot 3 --password test --mount-options=ro
150150
sudo veracrypt --non-interactive Tests/test.whirlpool.hc --hash whirlpool --slot 4 --password test --mount-options=ro
151151
sudo veracrypt --list
152-
echo -n "dummy" > /tmp/expected_content.txt
152+
echo -n "Dummy" > /tmp/expected_content.txt
153153
if cmp -s /media/veracrypt1/dummy.txt /tmp/expected_content.txt; then
154154
echo "Content of test.sha256.hc is valid."
155155
else

0 commit comments

Comments
 (0)