This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dvadasz
Recipients christian.heimes, dvadasz
Date 2007-11-12.11:28:15
SpamBayes Score 0.0003095126
Marked as misclassified No
Message-id <OF5A925EC2.60EE0FA8-ONC1257391.003EF0A3-C1257391.003EFF49@amadeus.com>
In-reply-to <1194732324.39.0.938900236177.issue1412@psf.upfronthosting.co.za>
Content
When I say:

$ mkdir -p ~/tmp
$ TMP=3D~/tmp python Lib/tests/test=5Fsubprocess.py

the test is passed.

However with

$ TMP=3D~/tmp make test

the test still fails and the ~/tmp directory is removed during the test 
run.

Regards
Denes Vadasz

Christian Heimes <report@bugs.python.org> 
To
dvadasz@amadeus.net
cc

bcc

Subject
[issue1412] test_subprocess fails on SuSE 10

Christian Heimes <report@bugs.python.org>
Please respond to : Tracker <report@bugs.python.org>
10/11/2007 23:05

Christian Heimes added the comment:

Please try this:

$ mkdir -p ~/tmp
$ TMP=~/tmp make test

----------
nosy: +tiran

__________________________________
Tracker <report@bugs.python.org>
<http://bugs.python.org/issue1412>
__________________________________

IMPORTANT  -  CONFIDENTIALITY  NOTICE  - This e-mail is intended only for 
the use of the individual or entity shown above as addressees . It may 
contain information which is privileged, confidential or otherwise 
protected from disclosure under applicable laws .  If the reader of this 
transmission is not the intended recipient, you are hereby notified that 
any dissemination, printing, distribution, copying, disclosure or the 
taking of any action in reliance on the contents of this information is 
strictly prohibited.  If you have received this transmission in error, 
please immediately notify us by reply e-mail or using the address below 
and delete the message and any attachments from your system . 

Amadeus Data Processing GmbH 
Geschäftsführer: Eberhard Haag 
Sitz der Gesellschaft: Erding 
HR München 48 199 
Berghamer Strasse 6 
85435 Erding 
Germany
Files
File name Uploaded
unnamed dvadasz, 2007-11-12.11:28:14
History
Date User Action Args
2007-11-12 11:28:16dvadaszsetspambayes_score: 0.000309513 -> 0.0003095126
recipients: + dvadasz, christian.heimes
2007-11-12 11:28:15dvadaszlinkissue1412 messages
2007-11-12 11:28:15dvadaszcreate