aboutsummaryrefslogtreecommitdiff
path: root/t/t0070-fundamental.sh
blob: 680d7d68612b168a2642ab64e7bc6c15c316d5b4 (plain)
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