From 50792b3bc83c978c7299ff9d8d4566e79b342f44 Mon Sep 17 00:00:00 2001 From: Darius Foo Date: Wed, 1 Jan 2025 11:30:08 +0800 Subject: [PATCH] POSIX compat --- test/basic.t/run.t | 2 +- test/effect.t/run.t | 2 +- test/higher-order.t/run.t | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/basic.t/run.t b/test/basic.t/run.t index 3ad62730..eaaa0e63 100644 --- a/test/basic.t/run.t +++ b/test/basic.t/run.t @@ -1,5 +1,5 @@ - $ source ../utility.sh + $ . ../utility.sh $ check test_new_entail.ml ALL OK! diff --git a/test/effect.t/run.t b/test/effect.t/run.t index 650153d7..3a19a126 100644 --- a/test/effect.t/run.t +++ b/test/effect.t/run.t @@ -1,5 +1,5 @@ - $ source ../utility.sh + $ . ../utility.sh $ check ../evaluation/0_heap_zero_once_twice.ml ALL OK! diff --git a/test/higher-order.t/run.t b/test/higher-order.t/run.t index a97d7312..ffedb4c3 100644 --- a/test/higher-order.t/run.t +++ b/test/higher-order.t/run.t @@ -1,5 +1,5 @@ - $ source ../utility.sh + $ . ../utility.sh $ check ../examples/calls.ml ALL OK!