Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testsuite: t0007-ping.t: do not assume short hostnames
Problem: A couple tests in `t0007-ping.t` assume short hostnames by using $(hostname -s) as an expected value. This causes failures when the domain is part of the hostname. Change uses of $(hostname -s) to just $(hostname) Fixes #4109
- Loading branch information