diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-09-20 18:47:35 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-09-20 18:47:35 -0400 |
commit | 193d6cb45754e32ac7d1d4215a27b567a4418a44 (patch) | |
tree | 6f07ba98b0c2924ff8f8108c2e5304e36c601098 /tests.sh | |
parent | ecc7b3249050c17e089d6a812472d2923d572bcc (diff) | |
download | bfs-193d6cb45754e32ac7d1d4215a27b567a4418a44.tar.xz |
tests: -quit is not POSIX
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,6 @@ posix_tests=( test_o test_deep test_double_negation - test_not_reachability test_de_morgan_not test_de_morgan_and test_de_morgan_or @@ -375,6 +374,7 @@ gnu_tests=( test_precedence test_and_purity test_or_purity + test_not_reachability test_comma_reachability ) |