Skip to content

Commit

Permalink
POSIX compat
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusf committed Jan 1, 2025
1 parent 4500429 commit 50792b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/basic.t/run.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

$ source ../utility.sh
$ . ../utility.sh

$ check test_new_entail.ml
ALL OK!
Expand Down
2 changes: 1 addition & 1 deletion test/effect.t/run.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

$ source ../utility.sh
$ . ../utility.sh

$ check ../evaluation/0_heap_zero_once_twice.ml
ALL OK!
Expand Down
2 changes: 1 addition & 1 deletion test/higher-order.t/run.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

$ source ../utility.sh
$ . ../utility.sh

$ check ../examples/calls.ml
ALL OK!
Expand Down

0 comments on commit 50792b3

Please sign in to comment.