View Issue Details

IDProjectCategoryView StatusLast Update
0006714Talerexchangepublic2024-01-12 14:09
Reporterttn Assigned Tottn  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
PlatformLinuxOSDebianOS VersionBullseye/Sid
Product Versiongit (master) 
Target Version0.8Fixed in Version0.8 
Summary0006714: "make check" fails to respect TMPDIR
DescriptionAfter "make check TMPDIR=$HOME/tmp", temp files are expected to be in $HOME/tmp.
Instead, they appear in /tmp/$USER (in my case '/tmp/ttn').

(The rest of exchange is fine.)
Steps To Reproducecd exchange/src/util
make check TMPDIR=$HOME/tmp
Additional InformationI see there is a hardcoded "/tmp" in:
https://git.taler.net/exchange.git/tree/src/util/crypto_helper_denom.c#n237

Could that be the problem?
TagsNo tags attached.

Activities

ttn

2021-01-22 02:04

developer   ~0017388

Never mind. I found the problem and pushed this commit to fix it:

https://git.taler.net/exchange.git/commit/?id=2bba834643b520ccedc8bfad780183242dc19fed

Tested locally; works fine. Closing.

ttn

2021-01-22 02:05

developer   ~0017389

This was more a "test configuration methodology" error than anything else. No big deal. :)

Issue History

Date Modified Username Field Change
2021-01-22 01:41 ttn New Issue
2021-01-22 01:41 ttn Status new => assigned
2021-01-22 01:41 ttn Assigned To => Christian Grothoff
2021-01-22 02:03 ttn Assigned To Christian Grothoff => ttn
2021-01-22 02:04 ttn Note Added: 0017388
2021-01-22 02:05 ttn Status assigned => resolved
2021-01-22 02:05 ttn Resolution open => fixed
2021-01-22 02:05 ttn Note Added: 0017389
2021-07-30 13:56 Christian Grothoff Fixed in Version => 0.8
2021-07-30 13:59 Christian Grothoff Target Version => 0.8.1
2021-07-30 14:01 Christian Grothoff Target Version 0.8.1 => 0.8
2021-08-24 16:23 Christian Grothoff Status resolved => closed
2024-01-12 14:09 Christian Grothoff Category libtalerutil => exchange