summaryrefslogtreecommitdiffstats
path: root/tests/basic/ec/ec-fix-openfd.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/ec/ec-fix-openfd.t')
-rw-r--r--tests/basic/ec/ec-fix-openfd.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/ec/ec-fix-openfd.t b/tests/basic/ec/ec-fix-openfd.t
index b62fbf429c8..c32f9332137 100644
--- a/tests/basic/ec/ec-fix-openfd.t
+++ b/tests/basic/ec/ec-fix-openfd.t
@@ -43,7 +43,7 @@ EXPECT "1" get_fd_count $V0 $H0 $B0/${V0}1 test_file
EXPECT "1" get_fd_count $V0 $H0 $B0/${V0}2 test_file
#Write to file
-dd iflag=fullblock if=/dev/random bs=1024 count=2 >&$fd 2>/dev/null
+dd iflag=fullblock if=/dev/urandom bs=1024 count=2 >&$fd 2>/dev/null
#Test the fd count
EXPECT "1" get_fd_count $V0 $H0 $B0/${V0}0 test_file