mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-09 14:28:05 -05:00
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:
committed by
Maas Lalani
parent
742251d742
commit
de9baaf976
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user