1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#!/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