Clarify and correct -z
[git/dscho.git] / t / t0070-fundamental.sh
blob680d7d68612b168a2642ab64e7bc6c15c316d5b4
1 #!/bin/sh
3 test_description='check that the most basic functions work
6 Verify wrappers and compatibility functions.
9 . ./test-lib.sh
11 test_expect_success 'character classes (isspace, isalpha etc.)' '
12 test-ctype
15 test_done