Skip to content

Commit

Permalink
Typo. (#369)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Cox <[email protected]>
  • Loading branch information
henry2cox authored Dec 23, 2024
1 parent b34c844 commit 3b6caeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/bin/test_run
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ t_detail "OUTPUT" "" >>"$LOGFILE"

# Run command
$TIME bash -c "$INVOKE_COVER $SCRIPT $OPTS" 2>&1 | t_indent >>"$LOGFILE"
RC=$?
RC=${PIPESTATUS[0]}

# Evaluate output of time command
ELAPSED=
Expand Down
2 changes: 1 addition & 1 deletion tests/lcov/misc/help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Test lcov --help
#

source ../../common.mak
source ../../common.tst

STDOUT=help_stdout.log
STDERR=help_stderr.log
Expand Down

0 comments on commit 3b6caeb

Please sign in to comment.