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

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

[Octave-bug-tracker] [bug #33862] Test of sysdep.cc fail on dev. source


From: Rik
Subject: [Octave-bug-tracker] [bug #33862] Test of sysdep.cc fail on dev. source (MinGW)
Date: Thu, 06 Oct 2011 23:23:09 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Follow-up Comment #5, bug #33862 (project octave):

One possibility is to change the left-hand side of the test rather than the
right-hand side.


 assert (tilde_expand ("~/foobar"), fullfile (home, "foobar"));
   =>
 assert (tilde_expand (["~" filesep "foobar")], fullfile (home, "foobar"));



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33862>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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