]> Tony Duckles's Git Repositories (git.nynim.org) - svn2svn.git/blob - tests/t0000-basic.sh
Fix keep_revnum vs source_start_rev handling
[svn2svn.git] / tests / t0000-basic.sh
1 #!/bin/bash
2
3 test_description='Test unit-test primitives
4 '
5 . ./test-lib.sh
6
7 ################################################################
8
9 test_expect_success 'test success' '
10 :
11 '
12 test_expect_failure 'test failure' '
13 false
14 '
15 test_done