From 2b041440365e2cef591e9dd190da09444a8a64b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu>
Date: Wed, 25 Jan 2017 10:13:15 +0100
Subject: [PATCH] clarify naming

---
 tests/test_apt.sh                                           | 2 +-
 tests/{test_nginx_conf.sh => test_nginx_conf_valid.sh}      | 0
 tests/{test_skyreach.py => test_ubicast_packages_access.py} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename tests/{test_nginx_conf.sh => test_nginx_conf_valid.sh} (100%)
 rename tests/{test_skyreach.py => test_ubicast_packages_access.py} (100%)

diff --git a/tests/test_apt.sh b/tests/test_apt.sh
index 63152276..6286b1f3 100755
--- a/tests/test_apt.sh
+++ b/tests/test_apt.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
 
-echo "Testing apt-get upgrade"
+echo "Testing apt-get install"
 
 echo "Clean repository"
 apt-get clean
diff --git a/tests/test_nginx_conf.sh b/tests/test_nginx_conf_valid.sh
similarity index 100%
rename from tests/test_nginx_conf.sh
rename to tests/test_nginx_conf_valid.sh
diff --git a/tests/test_skyreach.py b/tests/test_ubicast_packages_access.py
similarity index 100%
rename from tests/test_skyreach.py
rename to tests/test_ubicast_packages_access.py
-- 
GitLab