From 191e55b9765f960e1363a9c3b88df4130fa66bfd Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Thu, 8 May 2014 15:01:01 +0530 Subject: [PATCH] Revert: allow non-root user to run functests This caused Jenkins to not run functests. Signed-off-by: Prashanth Pai --- .functests | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.functests b/.functests index ecaac60..199d97c 100755 --- a/.functests +++ b/.functests @@ -48,11 +48,6 @@ fail() ### MAIN ### # This script runs functional tests only with tempauth -if [ $EUID -ne 0 ]; then - echo "Functional tests must be run as root" - exit 1 -fi - # Only run if there is no configuration in the system if [ -x /etc/swift ] ; then quit "/etc/swift exists, cannot run functional tests."