repo.or.cz
/
guilt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
regress: setup_git_repo can assert that the repo is setup as intended
[guilt.git]
/
regression
/
t-024.sh
blob
38f53aa1e2a59666fe88d63522ca3bbe896891d8
1
#!/bin/bash
2
#
3
# Test the unapplied code
4
#
5
6
source
"
$REG_DIR
/scaffold"
7
8
cmd setup_repo
9
10
cmd guilt unapplied
11
12
guilt series |
while
read
n
;
do
13
cmd guilt push
14
15
cmd guilt unapplied
16
17
cmd list_files
18
done