3 # Copyright (c) 2012 Heiko Voigt
6 test_description='Test revision walking api'
10 cat >run_twice_expected <<-EOF
19 test_expect_success 'setup' '
22 git commit -m "add a" &&
28 test_expect_success 'revision walking can be done twice' '
29 test-tool revision-walking run-twice >run_twice_actual &&
30 test_cmp run_twice_expected run_twice_actual