aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/test/shell/integration/rc_options_test.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/shell/integration/rc_options_test.sh b/src/test/shell/integration/rc_options_test.sh
index e34914175d..df9cb80f67 100755
--- a/src/test/shell/integration/rc_options_test.sh
+++ b/src/test/shell/integration/rc_options_test.sh
@@ -70,13 +70,4 @@ EOF
expect_not_log '^xxxxxxxxxxx'
}
-function test_terminal_columns_default() {
- setup_bazelrc
- bazel test --curses=yes --color=yes pkg:xxxxxxxxxxxxxxxxxxxxxxxxxtrue \
- 2>$TEST_log || fail "bazel test failed"
- # default terminal columns should be large enough to not wrap
- # this short example
- expect_not_log '^xxx'
-}
-
run_suite "Integration tests for rc options handling"