Skip to content

Commit

Permalink
runtest/mm: create TMPFILE in TMPDIR for mmapstress07
Browse files Browse the repository at this point in the history
Use the TMPDIR path for the temporary file instead of /tmp.

Signed-off-by: Edward Liaw <[email protected]>
Reviewed-by: Li Wang <[email protected]>
  • Loading branch information
edliaw authored and wangli5665 committed Oct 14, 2024
1 parent c946f9e commit aa90238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtest/mm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mmapstress03 mmapstress03
mmapstress04 mmapstress04
mmapstress05 mmapstress05
mmapstress06 mmapstress06 20
mmapstress07 TMPFILE=`mktemp /tmp/example.XXXXXXXXXXXX`; mmapstress07 $TMPFILE
mmapstress07 TMPFILE=`mktemp $TMPDIR/example.XXXXXXXXXXXX`; mmapstress07 $TMPFILE
mmapstress08 mmapstress08
mmapstress09 mmapstress09 -p 20 -t 0.2
mmapstress10 mmapstress10 -p 20 -t 0.2
Expand Down

0 comments on commit aa90238

Please sign in to comment.