Code

Provide 'git merge --abort' as a synonym to 'git reset --merge'
[git.git] / t / t0070-fundamental.sh
1 #!/bin/sh
3 test_description='check that the most basic functions work
6 Verify wrappers and compatibility functions.
7 '
9 . ./test-lib.sh
11 test_expect_success 'character classes (isspace, isalpha etc.)' '
12         test-ctype
13 '
15 test_done