From 509437fefffd0f156da8c3e1b53a4c5b54b39895 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Tue, 7 Apr 2015 16:15:31 +0200 Subject: [PATCH] tests: remove dead code in docker-test-helper.sh Signed-off-by: Loic Dachary --- src/test/docker-test-helper.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/test/docker-test-helper.sh b/src/test/docker-test-helper.sh index 7555e1cba91f..9ca0809c04d6 100755 --- a/src/test/docker-test-helper.sh +++ b/src/test/docker-test-helper.sh @@ -147,17 +147,6 @@ function run_in_docker() { return $status } -declare -A OS_TYPE2VERSIONS=([ubuntu]="12.04 14.04" [centos]="6 7") - -function self_in_docker() { - local script=$1 - shift - - if test $# -gt 0 ; then - eval OS_TYPE2VERSIONS="$@" - fi -} - function remove_all() { local os_type=$1 local os_version=$2 -- 2.47.3