Please use RUNFILE="${TMPDIR:-/tmp}/gorun-$$-$USER" TMP1FILE="${TMPDIR:-/tmp}/gotest1-$$-$USER" TMP2FILE="${TMPDIR:-/tmp}/gotest2-$$-$USER" to make sure the dir gets quoted even if $TMPDIR ...
13 years, 3 months ago
(2012-02-18 20:52:38 UTC)
#2
Please use
RUNFILE="${TMPDIR:-/tmp}/gorun-$$-$USER"
TMP1FILE="${TMPDIR:-/tmp}/gotest1-$$-$USER"
TMP2FILE="${TMPDIR:-/tmp}/gotest2-$$-$USER"
to make sure the dir gets quoted even if $TMPDIR
contains spaces.
PTAL. On 2012/02/18 20:52:38, rsc wrote: > Please use > > RUNFILE="${TMPDIR:-/tmp}/gorun-$$-$USER" > TMP1FILE="${TMPDIR:-/tmp}/gotest1-$$-$USER" > ...
13 years, 3 months ago
(2012-02-18 21:00:10 UTC)
#3
PTAL.
On 2012/02/18 20:52:38, rsc wrote:
> Please use
>
> RUNFILE="${TMPDIR:-/tmp}/gorun-$$-$USER"
> TMP1FILE="${TMPDIR:-/tmp}/gotest1-$$-$USER"
> TMP2FILE="${TMPDIR:-/tmp}/gotest2-$$-$USER"
>
> to make sure the dir gets quoted even if $TMPDIR
> contains spaces.
I guess I should get some sleep now...
Issue 5676094: test/run: honor $TMPDIR
(Closed)
Created 13 years, 3 months ago by minux1
Modified 13 years, 3 months ago
Reviewers:
Base URL:
Comments: 0