pop_patch should be quieter
[guilt.git] / regression / 023-top.sh
blob933fcf4b68289173e6b83da8dbc6bdc7fc055849
2 # Test the applied code
5 source scaffold
6 source generic_test_data
8 # the test itself
9 empty_repo
10 cd $REPODIR
11 guilt-init
13 generic_prepare_for_tests
15 # NOTE: this has to be in the same order as the series file
16 tests="modify add remove mode"
18 for t in $tests
20 guilt-push > /dev/null
22 [ "`guilt-top`" = "$t" ]
24 echo -n "[$t] "
25 done
27 complete_test