[SCM] DejaGNU branch, master, updated. post-if-stmt-braces-176-g9d2158e
Ben Elliston <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DejaGNU".
The branch, master has been updated
via 9d2158eb167756e61aae8e91754d6efcf1ee5fb5 (commit)
from 25540046c5d77618c94b95115b187d7ff9acac0b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9d2158eb167756e61aae8e91754d6efcf1ee5fb5
Author: Simon Marchi <[email protected]>
Date: Tue Jan 12 11:56:51 2016 +1100
* lib/remote.exp (standard_file): The [ operator does not actually
output anything. It returns 0 or 1 as its exit code, so "exit `[
-f $file ]`" always expands to "exit " (equivalent to exit 0).
Instead, use test(1) to check for file existence.
Signed-off-by: Ben Elliston <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
lib/remote.exp | 3 +--
2 files changed, 8 insertions(+), 2 deletions(-)
hooks/post-receive
--
DejaGNU