summaryrefslogtreecommitdiffstats
path: root/tests/run-nonroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-nonroot.sh')
-rwxr-xr-xtests/run-nonroot.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/run-nonroot.sh b/tests/run-nonroot.sh
deleted file mode 100755
index 150a99f3a..000000000
--- a/tests/run-nonroot.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-MYUID=$(id -ru)
-if [ $MYUID -eq 0 ]; then
- echo "The automatically executed tests suite is allowed for non-root users only."
- exit 0
-fi
-
-exec $(cd $(dirname $0) && pwd)/run.sh