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