summaryrefslogtreecommitdiff
path: root/regress/usr.bin/lastcomm/unveil.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/usr.bin/lastcomm/unveil.c')
-rw-r--r--regress/usr.bin/lastcomm/unveil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/lastcomm/unveil.c b/regress/usr.bin/lastcomm/unveil.c
index 660b8dd5738..54912108fe1 100644
--- a/regress/usr.bin/lastcomm/unveil.c
+++ b/regress/usr.bin/lastcomm/unveil.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: unveil.c,v 1.1 2020/07/27 13:40:02 rob Exp $ */
+/* $OpenBSD: unveil.c,v 1.2 2021/07/12 15:09:18 beck Exp $ */
/*
* Copyright (c) 2020 Rob Pierce <rob@openbsd.org>
*
@@ -22,7 +22,7 @@ int
main(int argc, char *argv[])
{
if (unveil("/tmp", "r") == -1)
- err(1, "unveil");
+ err(1, "unveil /tmp");
if (unveil(NULL, NULL) == -1)
err(1, "unveil");