Sign in
googlers
/
jrn
/
git
/
v1.7.0.7
/
.
/
t
/
t0070-fundamental.sh
blob: 680d7d68612b168a2642ab64e7bc6c15c316d5b4 [
file
] [
log
] [
blame
]
#!/bin/sh
test_description
=
'check that the most basic functions work
Verify wrappers and compatibility functions.
'
.
./
test
-
lib
.
sh
test_expect_success
'character classes (isspace, isalpha etc.)'
'
test-ctype
'
test_done