Merge pull request #206 from asteven/issue/206

#200 broke tests
This commit is contained in:
Nico Schottelius 2013-10-09 17:54:29 -07:00
commit 8b7e1f16e9
2 changed files with 2 additions and 6 deletions

View File

@ -18,10 +18,6 @@
# You should have received a copy of the GNU General Public License
# along with cdist. If not, see <http://www.gnu.org/licenses/>.
#
#
# This is based on other/examples/remote/local/, but uses --dereference for the
# test cases
#
code="$(echo "$@" | sed "s|\([[:space:]]+\)$__target_host:|\1|g")"
code="$(echo "$@" | sed "s|\([[:space:]]\)$__target_host:|\1|g")"
cp --dereference $code

View File

@ -20,5 +20,5 @@
#
#
code="$(echo "$@" | sed "s|\([[:space:]]+\)$__target_host:|\1|g")"
code="$(echo "$@" | sed "s|\([[:space:]]\)$__target_host:|\1|g")"
cp --dereference $code