projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'mz/maint-rebase-stat-config' into next
[git]
/
t
/
t0070-fundamental.sh
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