summaryrefslogtreecommitdiff
path: root/test/randomtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/randomtest.sh')
-rwxr-xr-xtest/randomtest.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/randomtest.sh b/test/randomtest.sh
index 1ba86e3..052510b 100755
--- a/test/randomtest.sh
+++ b/test/randomtest.sh
@@ -34,15 +34,6 @@ for iface in getrandom getentropy; do
rm -f "${iface}.alone" "${iface}.preload" "${iface}.preload.seed0" "${iface}.preload.seed1" "${iface}.preload.seed2"
done
-printf 'testing shared object with getrandom() in library constructor\n'
-LD_LIBRARY_PATH=. ./use_lib_getrandom
-printf 'now with LD_PRELOAD and FAKERANDOM_SEED\n'
-FAKERANDOM_SEED=0x0000000000000000 LD_PRELOAD="$FTPL" LD_LIBRARY_PATH=. ./use_lib_getrandom
-# this demonstrates the crasher from https://github.com/wolfcw/libfaketime/issues/295
-printf 'now with LD_PRELOAD without FAKERANDOM_SEED\n'
-LD_PRELOAD="$FTPL" LD_LIBRARY_PATH=. ./use_lib_getrandom
-
-
FAKERANDOM_SEED=0xDEADBEEFDEADBEEF LD_PRELOAD="$FTPL" ./repeat_random 3 5 > repeat3x5
FAKERANDOM_SEED=0xDEADBEEFDEADBEEF LD_PRELOAD="$FTPL" ./repeat_random 5 3 > repeat5x3