Skip to content

Commit e58ca9c

Browse files
committed
Fix tests
1 parent 9e35dc4 commit e58ca9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/main.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Testing missing search and replace argument:
2525

2626
$ goreplace --mode=replace /dev/null
2727
Error: Missing either --search or --replace for this mode
28-
28+
Command: .* (re)
2929
[1]
3030

3131
Testing ignoring missing arguments in template mode:
@@ -311,7 +311,7 @@ Testing with --output but multiple arguments:
311311
$ cp test.txt test2.txt
312312
$ goreplace -s foobar -r ___xxx test.txt test2.txt --output test.output
313313
Error: Only one file is allowed when using --output
314-
314+
Command: .* (re)
315315
[1]
316316

317317
Testing with source:dest:

0 commit comments

Comments
 (0)