From 193d6cb45754e32ac7d1d4215a27b567a4418a44 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 20 Sep 2017 18:47:35 -0400 Subject: tests: -quit is not POSIX --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- cgit v1.2.3