Skip to content

Commit

Permalink
test/config/*: Delete trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jan 12, 2017
1 parent c96f432 commit d8cb128
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion test/config/bashrc
Expand Up @@ -4,7 +4,7 @@
set -o emacs
# Use bash strict mode
set -o posix
# Unset `command_not_found_handle' as defined on Debian/Ubuntu, because this
# Unset `command_not_found_handle' as defined on Debian/Ubuntu, because this
# troubles and slows down testing
unset -f command_not_found_handle
# Set fixed prompt `/@'
Expand Down
18 changes: 9 additions & 9 deletions test/config/default.exp
Expand Up @@ -2,20 +2,20 @@
expect_after {
eof {
if {[info exists test]} {
fail "$test at eof"
fail "$test at eof"
} elseif {[info level] > 0} {
fail "[info level 1] at eof"
fail "[info level 1] at eof"
} else {
fail "eof"
}
}
}
}
timeout {
if {[info exists test]} {
fail "$test at timeout"
fail "$test at timeout"
} elseif {[info level] > 0} {
fail "[info level 1] at timeout"
fail "[info level 1] at timeout"
} else {
fail "timeout"
}
}
fail "timeout"
}
}
}

0 comments on commit d8cb128

Please sign in to comment.