citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 82d91f0c993077c8c3c25225731be94bd54315b8
parent 739b272baa84a9c54f5eacd8f597c798c9847350
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 22 Aug 2016 22:31:28 -0600

t: use pwd -P on osx

Diffstat:
Mt/rt_header.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/rt_header.sh b/t/rt_header.sh @@ -8,7 +8,7 @@ echo 1..2 pid=$! wait -cat <<EOF | sed -e "s,%PID%,$pid," -e "s,%CWD%,`pwd`," > dump.good +cat <<EOF | sed -e "s,%PID%,$pid," -e "s,%CWD%,`pwd -P`," > dump.good Found dead program with PID '%PID%' Runtime version: 0.0 Translation units: 3