Skip to content

Commit d624e65

Browse files
committed
TEST: the output with -v argument was changed
1 parent 9ce9745 commit d624e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/units/call-test.r3

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rebol-cmd: func[cmd][
4343
--test-- "script args 2"
4444
;@@ https://github.com/Oldes/Rebol-issues/issues/2227
4545
--assert 0 = rebol-cmd {-v}
46-
--assert not none? find/match out-buffer {Rebol }
46+
--assert not none? find/match out-buffer {Rebol/}
4747
--assert 0 = rebol-cmd {units/files/print-args.r3 -v}
4848
--assert out-buffer = {["-v"]^/["-v"]^/}
4949
--assert 0 = rebol-cmd {units/files/print-args.r3 -x}

0 commit comments

Comments
 (0)