+ test for part of mantis #25931 (already works correctly)

git-svn-id: trunk@27698 -
This commit is contained in:
Jonas Maebe 2014-04-30 20:08:50 +00:00
parent 724a6e9019
commit fba0eb0351
2 changed files with 7 additions and 0 deletions

1
.gitattributes vendored
View File

@ -13915,6 +13915,7 @@ tests/webtbs/tw2589.pp svneol=native#text/plain
tests/webtbs/tw25895.pp svneol=native#text/pascal
tests/webtbs/tw25929.pp svneol=native#text/pascal
tests/webtbs/tw25930.pp svneol=native#text/plain
tests/webtbs/tw25931.pp -text svneol=native#text/plain
tests/webtbs/tw25932.pp svneol=native#text/plain
tests/webtbs/tw2594.pp svneol=native#text/plain
tests/webtbs/tw2595.pp svneol=native#text/plain

6
tests/webtbs/tw25931.pp Normal file
View File

@ -0,0 +1,6 @@
{ %result=3 }
{$i+}
begin
chdir('doestnotexistever');
end .