Skip to content

Commit afb042e

Browse files
committed
Correct two unintended changes
1 parent 8c9fc8b commit afb042e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/unixSelect.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
# NOTES
99
#
10-
# * This testfile is skipped entirely on non-unix platforms.
1110
# * This test file is specific for the unix platform. Tests that are platform-
1211
# indifferent go into the testfile select.test.
1312
# * All tests in this test file are currently specific for the x11 windowing
1413
# system. The file doesn't contain any tests (yet) that can be run on macOS/aqua.
14+
# * This testfile is skipped entirely on non-unix platforms.
1515
#
1616

1717
#

tests/unixWm.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2619,7 +2619,7 @@ test unixWm-59.3 {exit processing} unix {
26192619
#
26202620
# wm attributes tests:
26212621
#
2622-
# NOTE since [wm attributes] is not guaranteed to have any effect,
2622+
# NOTE: since [wm attributes] is not guaranteed to have any effect,
26232623
# the only thing we can really test here is the syntax.
26242624
#
26252625
test unixWm-60.1.1 {wm attributes - test} -constraints {unix notAqua} -body {

0 commit comments

Comments
 (0)