Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: d599e0484f8ebac8cc50e9557a4c3d246826843d authored by Junio C Hamano on 24 April 2010, 01:27:17 UTC
Git 1.7.1
Tip revision: d599e04
t0070-fundamental.sh
#!/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
back to top