commit | 3b47e7a1675d4ac5cc51b20b7356a53947768b70 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Sat Aug 27 07:16:27 2022 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Sat Aug 27 07:16:27 2022 -0700 |
tree | 862d6555aa2174032835486c1e0a0d0003061c73 | |
parent | 0b969360ecdc4213fad3217f3cc0159a91996f04 [diff] |
torture: Use mktemp instead of guessing at unique names This commit drags the rcutorture scripting kicking and screaming into the twenty-first century by making use of the BSD-derived mktemp command to create temporary files and directories. In happy contrast to many of its ill-behaved predecessors, mktemp seems to actually work reasonably reliably! Signed-off-by: Paul E. McKenney <paulmck@kernel.org>