summaryrefslogtreecommitdiff
path: root/test/randomtest.sh
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2021-02-24 16:03:57 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2021-02-24 16:03:57 -0500
commit3db9d208285f831e62e22e5c725bebb54fb5887e (patch)
treee0ffa473abd9e877e042d9e66cd038daa35f0b3c /test/randomtest.sh
parent20e74b1b02290656ff42e3074e3b31ef9e2dbaa6 (diff)
downloadlibfaketime-3db9d208285f831e62e22e5c725bebb54fb5887e.tar.gz
Test getentropy
We want to ensure that tools that call getentropy() are also controlled appropriately.
Diffstat (limited to 'test/randomtest.sh')
-rwxr-xr-xtest/randomtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/randomtest.sh b/test/randomtest.sh
index 6f8d124..4055188 100755
--- a/test/randomtest.sh
+++ b/test/randomtest.sh
@@ -6,7 +6,7 @@ set -e
error=0
-for iface in getrandom; do
+for iface in getrandom getentropy; do
printf "Testing %s() interception...\n" "$iface"
"./${iface}_test" > "${iface}.alone"