ravikumar10 / genyris

Automatically exported from code.google.com/p/genyris
Other
0 stars 0 forks source link

sys:self-test fails in debian package when not admin user. #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install genyris_linux_0_7_2-b0.deb on Linux (needs root)
2.
> sys:self-test
What do you see?
Total # of failed test files: 1
    :'/opt/genyris/test/acceptance/test-file.g'
Then 

> include 'test/acceptance/test-file.g'
: 
*** Error - 'foo.txt: No such file or directory'
'<EagerProc: static-open>'
'<EagerProc: <.open>>' 15 
'jar:file:/opt/genyris/dist/genyris-bin-0.7.2-b0.jar!/org/genyris/load/boot/file
.g'
'<LazyProcedure: <define>>' 19 
'jar:file:/opt/genyris/dist/genyris-bin-0.7.2-b0.jar!/org/genyris/load/boot/init
.g'

What is the expected output?
no errors.

Original issue reported on code.google.com by birchb1...@gmail.com on 28 Apr 2013 at 11:23

GoogleCodeExporter commented 9 years ago
Fixed in 0.7.3 by using os!tempdir

Original comment by birchb1...@gmail.com on 28 Apr 2013 at 1:32