I have just built julia from GH master branch, and when I run "make test" I get the errors below. Is this just due to using GH master, is it a bug, or have I done something wrong?
TIA! Ian
exception on 4: ERROR: test failed: readall(@cmd "\$exename -f -e 'println(STDERR,\"Hello World\")'" .> @cmd "cat") == "Hello World\n"
in error at error.jl:21
in default_handler at test.jl:19
in do_test at test.jl:39
in runtests at /user_home/w_ijstokes/code/julia/test/testdefs.jl:5
in anonymous at multi.jl:847
in run_work_thunk at multi.jl:613
in anonymous at task.jl:847
while loading spawn.jl, in expression starting on line 124
ERROR: test failed: readall(@cmd "\$exename -f -e 'println(STDERR,\"Hello World\")'" .> @cmd "cat") == "Hello World\n"
in anonymous at task.jl:1352
while loading spawn.jl, in expression starting on line 124
while loading /user_home/w_ijstokes/code/julia/test/runtests.jl, in expression starting on line 35 make[1]: *** [all] Error 1make: *** [test] Error 2