octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55565] test: help.cc BIST test fails in test


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55565] test: help.cc BIST test fails in test suite if test directory is not writeable
Date: Mon, 4 Feb 2019 21:20:19 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.81 Safari/537.36

Follow-up Comment #6, bug #55565 (project octave):

No, tempdir and tempname already do the right thing. It's only when you
explicitly call out to P_tmpdir that it goes to the system temporary
directory.

The doc string for tempname looks wrong to me, but the behavior is correct.

Here's my environment


>> P_tmpdir
ans = /tmp
>> tempdir
ans = /run/user/1000/tmpdir/
>> tempname 
ans = /run/user/1000/tmpdir/oct-mxxvU3


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55565>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]