From: Pablo Neira Ayuso Date: Wed, 29 Aug 2018 11:08:32 +0000 (+0200) Subject: tests: build: no need for root to run build tests X-Git-Tag: v0.9.1~303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3f52526bd49fc79cde42ec9c150b6bef5481c4c;p=thirdparty%2Fnftables.git tests: build: no need for root to run build tests Plain user is just fine. Signed-off-by: Pablo Neira Ayuso --- diff --git a/tests/build/run-tests.sh b/tests/build/run-tests.sh index 6ac2ef47..3c4fa347 100755 --- a/tests/build/run-tests.sh +++ b/tests/build/run-tests.sh @@ -1,10 +1,5 @@ #!/bin/bash -if [ "$(id -u)" != "0" ] ; then - echo "Run as root user" - exit 1 -fi - log_file="`pwd`/tests.log" tarball="nftables-0.8.1.tar.bz2" dir=../..