#9444: Fix "rm: Cannot remove any directory in the path of the current working
directory" on t2
----------------------------+-----------------------------------------------
Reporter: mpatel | Owner: drkirkby
Type: defect | Status: new
Priority: minor | Milestone: sage-5.0
Component: solaris | Keywords:
Author: Mitesh Patel | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Comment(by jhpalmieri):
I think that this message only appears on Solaris; at least, that's been
my experience. On sage.math, for example, I can do this:
{{{
$ cd /scratch/palmieri
$ mkdir TEMP
$ cd TEMP
$ rm -rf /scratch/palmieri/TEMP
}}}
but doing this on t2.math results in an error:
{{{
rm: Cannot remove any directory in the path of the current working
directory
}}}
So if it ever relied on this behavior, it didn't rely on it on sage.math.
(All of the linux machines I've used, and also Mac OS X, behave like
sage.math in this regard.)
I'm trying a build on sage.math with this patch, and I'll try it on t2
later.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9444#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.