pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2005-11-12
2005-11-12 20:23:53 by Martin Nilsson <mani@lysator.liu.se>
be17025fde43076484ddc6b70945ac6cf36ed83b (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Trivial tests of uname and umask
Rev: src/testsuite.in:1.758
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
757
2005/
09
/
14
17
:
49
:
31
marcus
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
758
2005/
11
/
12
20
:
23
:
53
nilsson
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
10439:
test_eq(trace(0),0) // - ualarm
+
// - umask
-
+
test_true(intp(System.umask()))
+
test_eq(System.umask(System.umask()),System.umask())
+
// - uname
-
+
test_true(mappingp(uname()))
// - unicode_to_string // See string_to_unicode