Skip to content

Commit

Permalink
Merge pull request #5757 from wihobbs/urandom
Browse files Browse the repository at this point in the history
testsuite: fix t2617 to utilize /dev/urandom
  • Loading branch information
mergify[bot] committed Feb 27, 2024
2 parents c0a7810 + f774eb0 commit 76dd4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t2617-job-shell-stage-in.t
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ test_expect_success 'remove archives' '
flux archive remove --name=red
'
test_expect_success 'create a test file with random content' '
dd if=/dev/random of=foo bs=4096 count=1 conv=notrunc
dd if=/dev/urandom of=foo bs=4096 count=1 conv=notrunc
'
test_expect_success 'map test file and access it to prime the cache' '
mkdir -p copydir &&
Expand Down

0 comments on commit 76dd4c5

Please sign in to comment.