tests: xlate-test: no need to require superuser privileges

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
diff --git a/xlate-test.py b/xlate-test.py
index 53b035c..dbba1d6 100755
--- a/xlate-test.py
+++ b/xlate-test.py
@@ -86,9 +86,7 @@
     print("%d test files, %d tests, %d tests passed, %d tests failed, %d errors" % (test_files, total_tests, total_passed, total_failed, total_error))
 
 def main():
-    if os.getuid() != 0:
-        print(red("Error: ") + "You need to be root to run this, sorry")
-    elif args.test:
+    if args.test:
         if not args.test.endswith(".txlate"):
             args.test += ".txlate"
         try: