summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/nfct/run-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nfct/run-test.sh b/tests/nfct/run-test.sh
index 9bcad0d..851ee75 100644
--- a/tests/nfct/run-test.sh
+++ b/tests/nfct/run-test.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-UID=`id -u`
-if [ $UID -ne 0 ]
+_UID=`id -u`
+if [ $_UID -ne 0 ]
then
echo "Run this test as root"
exit 1