From 53fce307557cbffdbc54647ef63956b2cb0cee86 Mon Sep 17 00:00:00 2001 From: Qiang Huang Date: Thu, 26 Feb 2015 09:49:57 +0800 Subject: [PATCH] rename test files so we can really test them Signed-off-by: Qiang Huang --- container_test_linux.go => container_linux_test.go | 0 factory_test_linux.go => factory_linux_test.go | 0 notify_test_linux.go => notify_linux_test.go | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename container_test_linux.go => container_linux_test.go (100%) rename factory_test_linux.go => factory_linux_test.go (100%) rename notify_test_linux.go => notify_linux_test.go (100%) diff --git a/container_test_linux.go b/container_linux_test.go similarity index 100% rename from container_test_linux.go rename to container_linux_test.go diff --git a/factory_test_linux.go b/factory_linux_test.go similarity index 100% rename from factory_test_linux.go rename to factory_linux_test.go diff --git a/notify_test_linux.go b/notify_linux_test.go similarity index 100% rename from notify_test_linux.go rename to notify_linux_test.go