Tests - Tweak to the running-as-root check
authorJohn Hodge <[email protected]>
Sun, 19 Sep 2021 07:13:05 +0000 (15:13 +0800)
committerJohn Hodge <[email protected]>
Sun, 19 Sep 2021 07:13:05 +0000 (15:13 +0800)
tests/TEST_basic.sh

index 76c6490..d128f8d 100755 (executable)
@@ -5,7 +5,7 @@ TESTNAME=basic
 . _common.sh
 
 # (CI runs as root, and root is auto-added by databse creation)
-if [[ "$USER" -ne "root" ]]; then
+if [[ "x$USER" != "xroot" ]]; then
        # Ensure that the databse doesn't already contain the current user
        # - 1. Protects against running the test against the production database
        # - 2. Allows adding the current user as an admin

UCC git Repository :: git.ucc.asn.au