diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/core/delivery_test.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/lib/core/delivery_test.c b/src/lib/core/delivery_test.c index 8dbcd78..e80e0ec 100644 --- a/src/lib/core/delivery_test.c +++ b/src/lib/core/delivery_test.c @@ -192,6 +192,7 @@ void delivery_tests_run(struct Delivery *ctx) {                          SYSERROR("An error occurred while rendering the following:\n%s", cmd);                          exit(1);                      } +                    unindent(cmd);                      struct MultiProcessingTask *task = NULL;                      char *runner_cmd = NULL; | 
