| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c7a4525 commit 0aa339e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,9 @@ | |||
| 5 | 5 | // and the errors thrown from these APIs include the desired properties | |
| 6 | 6 | ||
| 7 | 7 | const common = require('../common'); | |
| 8 | + if (!common.isWindows && process.getuid() === 0) | ||
| 9 | + common.skip('as this test should not be run as `root`'); | ||
| 10 | + | ||
| 8 | 11 | const assert = require('assert'); | |
| 9 | 12 | const fs = require('fs'); | |
| 10 | 13 | const path = require('path'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments