]> git.ipfire.org Git - thirdparty/git.git/blame - t/t0070-fundamental.sh
Merge commit 'b319ef7' into jc/maint-fix-test-perm
[thirdparty/git.git] / t / t0070-fundamental.sh
CommitLineData
b4285c71
RS
1#!/bin/sh
2
3test_description='check that the most basic functions work
4
5
6Verify wrappers and compatibility functions.
7'
8
9. ./test-lib.sh
10
11test_expect_success 'character classes (isspace, isalpha etc.)' '
12 test-ctype
13'
14
15test_done