1
0
Fork 0
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:
ed 2019-04-02 11:07:05 +01:00
parent e88700be6e
commit bfa167a054

View file

@ -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
}
};