Skip to content

Commit

Permalink
Fix for systems with no realpath (MacOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Aug 5, 2022
1 parent 9fb11c9 commit 10f283b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/do.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RC=0
PCAPS=`cd pcap; /bin/ls *.pcap *.pcapng *.cap`

if [ ! -x "../example/ndpiReader${EXE_SUFFIX}" ]; then
echo "$0: Missing $(realpath ../example/ndpiReader${EXE_SUFFIX})"
echo "$0: Missing ../example/ndpiReader${EXE_SUFFIX}"
echo "$0: Run ./configure and make first"
exit 1
fi
Expand Down

0 comments on commit 10f283b

Please sign in to comment.