
- We discovered that the following syntax in the formula `sqlsmith` should actually be OK because the `\n` is like whitespace. ```ruby cmd = %W[ #{bin}/sqlsmith --threads=4 --timeout=10 ] shell_output(cmd) ```
- We discovered that the following syntax in the formula `sqlsmith` should actually be OK because the `\n` is like whitespace. ```ruby cmd = %W[ #{bin}/sqlsmith --threads=4 --timeout=10 ] shell_output(cmd) ```