I am sorry for mystification. Without my cheat 'imcc/t/syn/file.t' fail too.

# --- imcc/t/syn/file.t ---

imcc/t/syn/file.....#     Failed test (imcc/t/syn/file.t at line 388)
#          got: 'error:imcc:No such file or directory
# in file 'temp.imc' line 2
# '
#     expected: 'error:imcc:No such file or directory
# in file 'temp.imc' line 2
# '
# Looks like you failed 1 tests of 12.

Seems like carriage return ("\r\n" vs. "\n") problem.

--- imcc/t/syn/file.t, line 363
    { local $/; $err_msg = <FOO>; }
+    $err_msg =~ s/\r//g;

$ perl -Ilib  imcc/t/syn/file.t
...
ok 11 - including a non-existent file
...


Michal Jurosz ICQ#:93348414



Reply via email to