Skip to content

Commit 76dd4c5

Browse files
authored
Merge pull request #5757 from wihobbs/urandom
testsuite: fix t2617 to utilize /dev/urandom
2 parents c0a7810 + f774eb0 commit 76dd4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t2617-job-shell-stage-in.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ test_expect_success 'remove archives' '
113113
flux archive remove --name=red
114114
'
115115
test_expect_success 'create a test file with random content' '
116-
dd if=/dev/random of=foo bs=4096 count=1 conv=notrunc
116+
dd if=/dev/urandom of=foo bs=4096 count=1 conv=notrunc
117117
'
118118
test_expect_success 'map test file and access it to prime the cache' '
119119
mkdir -p copydir &&

0 commit comments

Comments
 (0)