Skip to content

Commit d8cb128

Browse files
committed
test/config/*: Delete trailing whitespace
1 parent c96f432 commit d8cb128

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

test/config/bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -o emacs
55
# Use bash strict mode
66
set -o posix
7-
# Unset `command_not_found_handle' as defined on Debian/Ubuntu, because this
7+
# Unset `command_not_found_handle' as defined on Debian/Ubuntu, because this
88
# troubles and slows down testing
99
unset -f command_not_found_handle
1010
# Set fixed prompt `/@'

test/config/default.exp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
expect_after {
33
eof {
44
if {[info exists test]} {
5-
fail "$test at eof"
5+
fail "$test at eof"
66
} elseif {[info level] > 0} {
7-
fail "[info level 1] at eof"
7+
fail "[info level 1] at eof"
88
} else {
99
fail "eof"
10-
}
11-
}
10+
}
11+
}
1212
timeout {
1313
if {[info exists test]} {
14-
fail "$test at timeout"
14+
fail "$test at timeout"
1515
} elseif {[info level] > 0} {
16-
fail "[info level 1] at timeout"
16+
fail "[info level 1] at timeout"
1717
} else {
18-
fail "timeout"
19-
}
20-
}
18+
fail "timeout"
19+
}
20+
}
2121
}

0 commit comments

Comments
 (0)