pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-09-06
2003-09-06 10:30:19 by Martin Nilsson <mani@lysator.liu.se>
c42aef01046f832d85f37be686e5067c5935824b (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Security efuns -> functions
Rev: src/security.c:1.44
Rev: src/testsuite.in:1.674
1:
-
test_true([["$Id: testsuite.in,v 1.
673
2003/09/
05
15
:
19
:
20
mast
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
674
2003/09/
06
10
:
30:
19
nilsson
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
613:
object luser_creds = Pike.Security.Creds(luser, 0, 0); return !catch {
-
return !!call_with_creds(luser_creds, Stdio.File, "/dev/null");
+
return !!
Pike.Security.
call_with_creds(luser_creds, Stdio.File,
+
"/dev/null");
}; return 0;