Code

t9119-git-svn-info.sh: test with svn 1.6.* as well
[git.git] / t / t0070-fundamental.sh
1 #!/bin/sh
3 test_description='check that the most basic functions work
6 Verify wrappers and compatibility functions.
7 '
9 . ./test-lib.sh
11 test_expect_success 'character classes (isspace, isalpha etc.)' '
12         test-ctype
13 '
15 test_done