summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/regression/priv/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/priv/main.c b/tools/regression/priv/main.c
index c8318fa..74b7b2f 100644
--- a/tools/regression/priv/main.c
+++ b/tools/regression/priv/main.c
@@ -543,7 +543,7 @@ main(int argc, char *argv[])
* force the use of privilege, and will likely need checking.
*/
if (getuid() != 0 && geteuid() != 0)
- errx(-1, "priv: must be run as root");
+ errx(-1, "must be run as root");
/*
* Run each test four times, varying whether the process is running
OpenPOWER on IntegriCloud