Commit 177cba1
fix(_tilde): fix false negative with 256 generated users
In the original code, the exit status becomes unexpectedly 0 (True)
when 256 (or multiples of 256) users are generated. This commit
checks the number of generated users and returns 1 explicitly if there
are one or more users are generated.
Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>1 parent b05d37a commit 177cba1
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1266 | 1266 | | |
1267 | 1267 | | |
1268 | 1268 | | |
1269 | | - | |
1270 | | - | |
| 1269 | + | |
| 1270 | + | |
1271 | 1271 | | |
1272 | 1272 | | |
1273 | 1273 | | |
| |||
1278 | 1278 | | |
1279 | 1279 | | |
1280 | 1280 | | |
1281 | | - | |
| 1281 | + | |
1282 | 1282 | | |
1283 | 1283 | | |
1284 | 1284 | | |
| |||
0 commit comments