Skip to content

Commit

Permalink
chore: fix zenroom executable location
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino authored and jaromil committed Nov 25, 2024
1 parent 5a8e1d0 commit d2d18fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/random_rngtest_fips140-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ if ! [ $? = 0 ]; then
fi
# 1000 blocks of 20000 bits (2500 bytes)
# 32 bits / 4 bytes rngtest header
cat <<EOF | ./src/zenroom | rngtest -c $times
cat <<EOF | ./zenroom | rngtest -c $times
write(OCTET.random(4 + (2500 * $times)))
EOF

0 comments on commit d2d18fd

Please sign in to comment.