summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2018-08-29 13:08:32 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-08-29 13:08:32 +0200
commite3f52526bd49fc79cde42ec9c150b6bef5481c4c (patch)
treea450443653037590e828d33922abfb1ec52058cf
parent0c0f90bcca71b35f3d50bad0c612ca1ce46d1351 (diff)
tests: build: no need for root to run build tests
Plain user is just fine. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rwxr-xr-xtests/build/run-tests.sh5
1 files changed, 0 insertions, 5 deletions
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=../..