summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 6a46ad7..57aa47b 100755
--- a/tests.sh
+++ b/tests.sh
@@ -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
)