pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-12-01
2002-12-01 01:33:31 by Martin Nilsson <mani@lysator.liu.se>
8e7710bb7d356d719d229868b371c24292a887ac (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Perhaps this is more likely.
Rev: src/testsuite.in:1.574
1:
-
test_true([["$Id: testsuite.in,v 1.
573
2002/
11
/
29
23:
01:31 nilsson Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
574
2002/
12
/
01
01:
33:
31 nilsson Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
7946:
test_false(crypt("hej","buf8/Z7taE6q")) // - ctime
-
test_eq(ctime(0)[
0
],'\n')
+
test_eq(ctime(0)[
-1
],'\n')
// - destruct test_do(add_constant("PROG",compile_string("int foo() { return 1; }")));