We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0a7810 + f774eb0 commit 76dd4c5Copy full SHA for 76dd4c5
t/t2617-job-shell-stage-in.t
@@ -113,7 +113,7 @@ test_expect_success 'remove archives' '
113
flux archive remove --name=red
114
'
115
test_expect_success 'create a test file with random content' '
116
- dd if=/dev/random of=foo bs=4096 count=1 conv=notrunc
+ dd if=/dev/urandom of=foo bs=4096 count=1 conv=notrunc
117
118
test_expect_success 'map test file and access it to prime the cache' '
119
mkdir -p copydir &&
0 commit comments