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:
@@ -156,7 +156,7 @@ START_TEST(test_env)
|
||||
#else
|
||||
"/bin/sh",
|
||||
"-c",
|
||||
"echo -n $A $B",
|
||||
"/bin/echo -n $A $B",
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user