From 7d738e0b8c650817b8596e8c12fbe0baa3f045ed Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Fri, 10 Apr 2015 23:42:02 -0400 Subject: [PATCH] Move utils from commands_test.go into utils.go Everything else was gone from this file except these utils which are being used in other files and can't yet be removed. Signed-off-by: Brian Goff --- integration/{commands_test.go => utils.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename integration/{commands_test.go => utils.go} (100%) diff --git a/integration/commands_test.go b/integration/utils.go similarity index 100% rename from integration/commands_test.go rename to integration/utils.go