process: Don't use the shells built-in echo in tests

On OS X, the /bin/sh built-in echo does not support -n.
This commit is contained in:
Martin Willi
2014-10-14 16:33:10 +02:00
parent b16ea3415f
commit 784916e28d
@@ -156,7 +156,7 @@ START_TEST(test_env)
#else
"/bin/sh",
"-c",
"echo -n $A $B",
"/bin/echo -n $A $B",
#endif
NULL
};