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
Guilt v0.37-rc1
[guilt.git]
/
regression
/
t-023.sh
blob
c0530d63c7a2083ef356425610cfdbc6d004fe14
1
#!/bin/bash
2
#
3
# Test the top code
4
#
5
6
source
"
$REG_DIR
/scaffold"
7
8
cmd setup_repo
9
10
guilt series |
while
read
n
;
do
11
cmd guilt top
12
13
cmd list_files
14
15
cmd guilt push
16
17
cmd list_files
18
done
19
20
cmd guilt top
21
22
cmd list_files