mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Uncommented out ChildProcess unit test
This commit is contained in:
parent
e88700be6e
commit
bfa167a054
1 changed files with 2 additions and 2 deletions
|
|
@ -101,8 +101,8 @@ public:
|
|||
expect (p.start ("ls /"));
|
||||
#endif
|
||||
|
||||
//String output (p.readAllProcessOutput());
|
||||
//expect (output.isNotEmpty());
|
||||
auto output = p.readAllProcessOutput();
|
||||
expect (output.isNotEmpty());
|
||||
#endif
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue