diff options
| author | Peter Holm <pho@FreeBSD.org> | 2023-05-27 08:31:44 +0000 |
|---|---|---|
| committer | Peter Holm <pho@FreeBSD.org> | 2023-05-27 08:31:44 +0000 |
| commit | 273a89bb14f37c17b1aefa5bc80e559bd785d0ed (patch) | |
| tree | 9d686e3a041c0ceed6a84e16068d1baea912e02b /tools/test | |
| parent | acfb06062a6862f7c823242243e68f7bcaf29999 (diff) | |
Diffstat (limited to 'tools/test')
| -rw-r--r-- | tools/test/stress2/tools/flip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/stress2/tools/flip.c b/tools/test/stress2/tools/flip.c index e1f12e97a79c..cdc2742de59f 100644 --- a/tools/test/stress2/tools/flip.c +++ b/tools/test/stress2/tools/flip.c @@ -131,7 +131,7 @@ main(int argc, char *argv[]) err(1, "lseek()"); if (read(fd, &c, 1) != 1) err(1, "read()"); - if (arc4random() % 100 < 80) + if (arc4random() % 100 < 98) flip(&c, 1); else trash(&c); |
