Skip to content

Commit

Permalink
C# also resolves symlink before programPath
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurel300 committed Apr 24, 2019
1 parent eb2c8ee commit aa2fe60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sys/src/TestUnicode.hx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class TestUnicode extends utest.Test {
#end

// programPath
#if !(java || python || eval) // Java and Python resolve symlinked files, eval doesn't make sense here
#if !(cs || java || python || eval) // C#, Java, and Python resolve symlinked files, eval doesn't make sense here
pathBoth(path -> {
assertUEnds(runUtility(["programPath"], {execPath: path, execName: BIN_SYMLINK}).stdout, '$path/${BIN_SYMLINK}\n');
}, "test-res");
Expand Down

0 comments on commit aa2fe60

Please sign in to comment.