#!/usr/bin/env bash## Copyright (c) 2015 Jeromy Johnson# MIT Licensed; see the LICENSE file in this repository.#test_description="test dns resolution of api endpoint by cli". lib/test-lib.shtest_init_ipfstest_expect_success "can make http request against dns resolved nc server"' nc -ld 5005 > nc_out & NCPID=$!