ok, let's make this test to work on all systems

currently it fails at least on Linux PPC and Solaris, probably because of different strncmp/strncasecmp implementations.
This commit is contained in:
Antony Dovgal 2006-04-14 20:30:11 +00:00
parent 011266f7e1
commit 522a5e128f

View File

@ -16,11 +16,11 @@ echo "Done\n";
--EXPECTF--
Warning: Length must be greater than or equal to 0 in %s on line %d
bool(false)
int(1)
int(%d)
int(0)
Warning: Length must be greater than or equal to 0 in %s on line %d
bool(false)
int(15)
int(%d)
int(0)
Done