Sign in
googlers
/
jrn
/
git
/
cf7b1cad0e8b024538de975dff5893262cec72d7
/
.
/
t
/
t0070-fundamental.sh
blob: 680d7d68612b168a2642ab64e7bc6c15c316d5b4 [
file
] [
log
] [
blame
]
René Scharfe
b4285c7
2009-01-17 16:50:13 +0100
[
diff
] [
blame
]
1
#!/bin/sh
2
3
test_description
=
'check that the most basic functions work
4
5
6
Verify wrappers and compatibility functions.
7
'
8
9
.
./
test
-
lib
.
sh
10
11
test_expect_success
'character classes (isspace, isalpha etc.)'
'
12
test-ctype
13
'
14
15
test_done