summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests.sh b/tests.sh
index 0e1a964..c8e94a8 100755
--- a/tests.sh
+++ b/tests.sh
@@ -406,6 +406,9 @@ bsd_tests=(
test_size_big
test_uid_name
+
+ # Optimizer tests
+ test_data_flow_sparse
)
gnu_tests=(
@@ -603,7 +606,6 @@ gnu_tests=(
test_and_false_or_true
test_comma_redundant_true
test_comma_redundant_false
- test_data_flow_sparse
)
bfs_tests=(
@@ -1762,7 +1764,7 @@ function test_perm_setid() {
}
function test_perm_sticky() {
- bfs_diff rainbow -perm /ug+t
+ bfs_diff rainbow -perm /+t
}
function test_prune() {