Commit 11917f85 authored by Luca Boccassi's avatar Luca Boccassi

Problem: IPC wildcard test broken on OSX

Solution: increase path buffer length to 73
parent 5ce6bc5f
......@@ -29,7 +29,7 @@
#include "testutil.hpp"
#define BUF_SIZE 32
#define BUF_SIZE 73
int main (void)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment