summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2019-05-11 21:28:09 +0000
committerBob Beck <beck@cvs.openbsd.org>2019-05-11 21:28:09 +0000
commite5f63d68f2d688cf41abf2f1bd55a9466f3e03cb (patch)
tree000d5e94933a3ca0d06747ca545478d0c6c1358b
parent39ff14fd6a9cb7f1583a443c9daa66b99070de27 (diff)
let's check /bin/c++
-rw-r--r--regress/sys/kern/realpath/realpathtest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/sys/kern/realpath/realpathtest.c b/regress/sys/kern/realpath/realpathtest.c
index e0ca3ac79f1..b025d7b1c4b 100644
--- a/regress/sys/kern/realpath/realpathtest.c
+++ b/regress/sys/kern/realpath/realpathtest.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: realpathtest.c,v 1.4 2019/05/08 19:29:41 beck Exp $ */
+/* $OpenBSD: realpathtest.c,v 1.5 2019/05/11 21:28:08 beck Exp $ */
/*
* Copyright (c) 2019 Bob Beck <beck@openbsd.org>
@@ -99,6 +99,7 @@ main(int argc, char *argv[])
char r3[PATH_MAX];
/* some basics */
+ RP_SHOULD_SUCCEED("/bin/c++", NULL, NULL);
RP_SHOULD_SUCCEED("/tmp", NULL, NULL);
RP_SHOULD_SUCCEED("/tmp/noreallydoesntexist", NULL, NULL);
RP_SHOULD_FAIL("/tmp/noreallydoesntexist/stillnope", NULL, NULL);