#10300: Test some command line options
------------------------------+---------------------------------------------
Reporter: jdemeyer | Owner: mvngu
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.6.1
Component: doctest | Keywords: command line tests
Author: Jeroen Demeyer | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Comment(by drkirkby):
I've not got chance to look at this now, but here are a few comments.
The csh is considered to be a pretty poor shell - see for example this
article about it.
http://www.ooblick.com/text/CshProgrammingConsideredHarmful.html
tcsh is based on csh.
The first 150 or so lines of that article covers the issues of output
redirection, which is the issue here.
The newsgroup {{{comp.unix.shell}} or the ''autoconf'' mailing list are
good sources of information.
Also
http://www.gnu.org/software/hello/manual/autoconf/Limitations-of-
Builtins.html
is worth a look.
Although this particular test may be re-written without any redirections,
the probability of something similar breaking elsewhere mush be high.
I guess we should create an account using /bin/tcsh as the shell and test
the whole of Sage.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10300#comment:11>
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.