EXECUTE: TEST: Use more common sed instead of sd

This patch updates the `sd Find Replace` test case to make use of `sed`
instead of `sd`. This should help tests pass on a wider range of
systems without introducing a testing dependency.
This commit is contained in:
Mark Stenglein
2021-06-27 22:05:42 -04:00
committed by Maas Lalani
parent 742251d742
commit de9baaf976

View File

@@ -16,7 +16,7 @@ func TestExecute(t *testing.T) {
},
{
block: Block{
Command: "sd Find Replace",
Command: "sed -e s/Find/Replace/g",
Input: "Find",
},
want: "Replace",