summaryrefslogtreecommitdiff
path: root/test/test_ale_info_to_clipboard.vader
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2023-09-08 01:00:35 +0100
committerw0rp <devw0rp@gmail.com>2023-09-08 01:00:35 +0100
commitbf55175b6971a9a706dfb73ddd00b71750aaee80 (patch)
tree906224bf3752461d25a891dfd0c8261efd4a1480 /test/test_ale_info_to_clipboard.vader
parente5816964d1ce27c1dcf3497ba80beccd99bc8fd6 (diff)
downloadale-bf55175b6971a9a706dfb73ddd00b71750aaee80.zip
#4454 Clean up root test directory tests
Combine cases into smaller tests of tests and remove tests we no longer need. Linter tests have been moved to where they should be.
Diffstat (limited to 'test/test_ale_info_to_clipboard.vader')
-rw-r--r--test/test_ale_info_to_clipboard.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ale_info_to_clipboard.vader b/test/test_ale_info_to_clipboard.vader
index 9881f367..d0131da1 100644
--- a/test/test_ale_info_to_clipboard.vader
+++ b/test/test_ale_info_to_clipboard.vader
@@ -1,7 +1,7 @@
After:
unlet! g:output
-Execute(ALEInfo -clipboard should that clipboard support is required):
+Execute(ALEInfo -clipboard should tell the user that clipboard support is required):
" When run in the Docker image, there's no clipboard support, so this test
" will actually run.
if !has('clipboard')