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

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

[Octave-bug-tracker] [bug #65735] (symbolic) "test sympref" fails on Win


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #65735] (symbolic) "test sympref" fails on Windows
Date: Mon, 13 May 2024 16:48:32 -0400 (EDT)

Follow-up Comment #2, bug #65735 (group octave):

octave on windows should have a tmpdir variable set that should be returned by
the `tempdir` function.  tempname should return an absolute path of a
randomized name appended to that path.  e.g. because i manually set it to be
outside my user profile I get:


>> getenv('tmpdir')
ans = c:\Octave\Temp\
>> tempdir
ans = c:\Octave\Temp\
>> tempname
ans = c:\Octave\Temp\oct-RiH323




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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