diff --git a/tests/0_common/40_update_hosts.sh b/tests/0_common/40_update_hosts.sh new file mode 100755 index 0000000..ad952b7 --- /dev/null +++ b/tests/0_common/40_update_hosts.sh @@ -0,0 +1,8 @@ +#!/bin/bash +# Author: Athmane Madjoudj + + +t_Log "Running $0 - Update /etc/hosts" + +echo "127.0.0.1 `hostname` localhost.localdomain" >> /etc/hosts +