| 107 | } |
| 108 | |
| 109 | void envs() { |
| 110 | auto rt = ICore::self()->runtimeController()->currentRuntime(); |
| 111 | QVERIFY(rt); |
| 112 | |
| 113 | QCOMPARE(rt->getenv("PATH"), QByteArray("/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")); |
| 114 | } |
| 115 | |
| 116 | void runProcess() { |
| 117 | auto rt = ICore::self()->runtimeController()->currentRuntime(); |
nothing calls this directly
no test coverage detected