diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-06-04 18:44:16 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-06-05 02:31:39 +0200 |
commit | 44daf91e3d3c56c05ff9bb2df9014b43284e39f3 (patch) | |
tree | b751bf80db79c7992d13b621bc26f419072f0f27 /tests/atlocal.in | |
parent | 686bb6c596c1574310b340160dfeb08df8dff81c (diff) | |
download | sciteco-44daf91e3d3c56c05ff9bb2df9014b43284e39f3.tar.gz |
testsuite: fixed the "Known Bugs" cases on Mac OS
* there is no /bin/true
* We cannot crash SciTECO using unlimited recursion, at least not
before the memory limit is reached.
Therefore, this test case is expected to succeed on Mac OS.
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r-- | tests/atlocal.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in index 49cb11d..090a604 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -1,3 +1,5 @@ +host=@host@ + # `tests` is after `src`, so the target SciTECO is already # built. # Using the $BOOTSTRAP_SCITECO wouldn't make sense |