Denes Vadasz added the comment:

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 <[EMAIL PROTECTED]> 
To
[EMAIL PROTECTED]
cc

bcc

Subject
[issue1412] test_subprocess fails on SuSE 10

Christian Heimes <[EMAIL PROTECTED]>
Please respond to : Tracker <[EMAIL PROTECTED]>
10/11/2007 23:05

Christian Heimes added the comment:

Please try this:

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

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

__________________________________
Tracker <[EMAIL PROTECTED]>
<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

Added file: http://bugs.python.org/file8738/unnamed

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1412>
__________________________________
<br><font size=2 face="sans-serif">When I say:</font>
<br>
<br><font size=2 face="sans-serif">$ mkdir -p ~/tmp</font>
<br><font size=2 face="sans-serif">$ TMP=3D~/tmp python 
Lib/tests/test=5Fsubprocess.py</font>
<br>
<br><font size=2 face="sans-serif">the test is passed.</font>
<br>
<br><font size=2 face="sans-serif">However with</font>
<br>
<br><font size=2 face="sans-serif">$ TMP=3D~/tmp make test</font>
<br>
<br><font size=2 face="sans-serif">the test still fails and the ~/tmp directory
is removed during the test run.</font>
<br>
<br><font size=2 face="sans-serif">Regards</font>
<br><font size=2 face="sans-serif">Denes Vadasz</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=62%><font size=1 color=white face="sans-serif"><b>Christian Heimes
&lt;[EMAIL PROTECTED]&gt;</b> </font>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">[EMAIL PROTECTED]</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">bcc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">[issue1412] test_subprocess fails on
SuSE 10</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br>
<td width=8%>
<td width=28%><font size=1 face="sans-serif"><b>Christian Heimes &lt;[EMAIL 
PROTECTED]&gt;</b></font>
<p><font size=2 face="sans-serif">Please respond to : </font><font size=1 
face="sans-serif">Tracker
&lt;[EMAIL PROTECTED]&gt;</font>
<br><font size=1 face="sans-serif">10/11/2007 23:05</font></table>
<br>
<br>
<br><tt><font size=2><br>
Christian Heimes added the comment:<br>
<br>
Please try this:<br>
<br>
$ mkdir -p ~/tmp<br>
$ TMP=~/tmp make test<br>
<br>
----------<br>
nosy: +tiran<br>
<br>
__________________________________<br>
Tracker &lt;[EMAIL PROTECTED]&gt;<br>
&lt;http://bugs.python.org/issue1412&gt;<br>
__________________________________<br>
</font></tt>
<br><font size=2 face="sans-serif"><br>
<br>
<br>
<br>
IMPORTANT &nbsp;- &nbsp;CONFIDENTIALITY &nbsp;NOTICE &nbsp;- 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 . &nbsp;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. &nbsp;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 . <br>
<br>
Amadeus Data Processing GmbH <br>
Geschäftsführer: Eberhard Haag <br>
Sitz der Gesellschaft: Erding <br>
HR München 48 199 <br>
Berghamer Strasse 6 <br>
85435 Erding <br>
Germany</font>
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to