regression: added a new test that exercises the guilt-import code
[guilt.git] / regression / t-024.sh
blobbb11e335d7263f390ff575679d3931d5b692b8c8
1 #!/bin/bash
3 # Test the unapplied code
6 source $REG_DIR/scaffold
8 cmd setup_repo
10 cmd guilt-unapplied
12 guilt-series | while read n; do
13 cmd guilt-push
15 cmd guilt-unapplied
17 cmd list_files
18 done