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-026.sh
blob
e25d0df8c55b6720874ed2d20825197d424a1eb7
1
#!/bin/bash
2
#
3
# Test the delete code
4
#
5
6
source
"
$REG_DIR
/scaffold"
7
8
cmd setup_repo
9
10
cmd guilt delete mode
11
12
cmd list_files
13
14
cmd guilt delete mode
15
# FIXME: this should return a non-zero status, no?
16
17
cmd list_files
18
19
cmd guilt delete add
20
21
cmd list_files
22
23
cmd guilt new delete-me
24
cmd guilt pop
25
cmd guilt delete
-f
delete-me
26
cmd list_files