mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink
one more check
This commit is contained in:
parent
c41cae33cb
commit
dc1f19458f
1 changed files with 1 additions and 0 deletions
|
@ -538,6 +538,7 @@ public class ResourceHelper {
|
|||
String command = "ln -s " + realPath.toOSString() + ' ' + linkedPath.toOSString();
|
||||
Process process = Runtime.getRuntime().exec(command);
|
||||
|
||||
Assert.assertFalse("Thread is in interrupted state", Thread.interrupted());
|
||||
try {
|
||||
process.waitFor();
|
||||
} catch (InterruptedException e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue