Skip to content

Commit

Permalink
Improve the redirect-fails test (cf. #41)
Browse files Browse the repository at this point in the history
  • Loading branch information
smondet committed Jul 23, 2018
1 parent 4d1eb79 commit c981e23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,8 @@ let () = add_tests @@ List.concat [
C_string.(tmp1#get_c =$= string recognizable))
);
assert_or_fail "return-value" (
C_string.(tmp2#get_c =$= string "1")
|||
C_string.(tmp2#get_c =$= string "2")
|||
(this_is_bash
Expand Down

0 comments on commit c981e23

Please sign in to comment.