From cb2eb9e6486c1f5f531c2c572119a71a89041fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 19 Jul 1998 00:50:42 +0200 Subject: [PATCH] Added test of uname(). Rev: src/modules/system/testsuite.in:1.7 --- src/modules/system/testsuite.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/system/testsuite.in b/src/modules/system/testsuite.in index e99eeeef39..c3259cf06f 100644 --- a/src/modules/system/testsuite.in +++ b/src/modules/system/testsuite.in @@ -1,4 +1,4 @@ -// $Id: testsuite.in,v 1.6 1998/07/18 17:47:36 grubba Exp $ +// $Id: testsuite.in,v 1.7 1998/07/18 22:50:42 grubba Exp $ // system.c: @@ -39,6 +39,7 @@ ifefun(getuid, [[ test_true(intp(getuid())) ]]) // setuid HAVE_SETUID // symlink HAVE_SYMLINK // uname HAVE_UNAME +ifefun(uname, [[ test_true(mappingp(uname())) ]]) // passwords.c: -- GitLab