diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2023-04-30 17:53:26 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2023-04-30 17:53:26 +0000 |
| commit | 438a1101dc1f687928cdbe02cd7817a88a24f42f (patch) | |
| tree | 28ace189e16de38a1f29152e9e49b22b516a5ad4 /tests/script.sh | |
| parent | 0ff539eb7ca570d65a23a7ad13a91a673d89abcf (diff) | |
Diffstat (limited to 'tests/script.sh')
| -rwxr-xr-x | tests/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/script.sh b/tests/script.sh index 438af17c79c4..fef0c5290615 100755 --- a/tests/script.sh +++ b/tests/script.sh @@ -132,7 +132,7 @@ fi # Skip the tests that require extra math if we don't have it. if [ "$run_extra_tests" -eq 0 ]; then - if [ "$f" = "rand.bc" ]; then + if [ "$f" = "rand.bc" ] || [ "$f" = "root.bc" ]; then printf 'Skipping %s script: %s\n' "$d" "$f" exit 0 fi |
