1#!/bin/sh
23
test_description='check that the most basic functions work
45
6
Verify wrappers and compatibility functions.
7'
89
. ./test-lib.sh
1011
test_expect_success 'character classes (isspace, isalpha etc.)' '
12test-ctype
13'
1415
test_done