Revision d890d3f99635de7963effd1436148112ef7a52b7 authored by Junio C Hamano on 18 April 2009, 20:39:52 UTC, committed by Junio C Hamano on 18 April 2009, 20:39:52 UTC
* maint-1.6.0:
  doc/git-daemon: add missing arguments to options
  init: Do not segfault on big GIT_TEMPLATE_DIR environment variable
2 parent s 43be7a7 + 6285441
Raw File
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