git://project.juiblex.co.uk
/
razor2.git/.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2c99fed
)
Test uninstall scripts survive merge
author
J. Ali Harlow
<ali@juiblex.co.uk>
Thu, 2 Jul 2009 10:31:45 +0000 (11:31 +0100)
committer
J. Ali Harlow
<ali@juiblex.co.uk>
Thu, 2 Jul 2009 10:31:45 +0000 (11:31 +0100)
test/remove.sh
patch
|
blob
|
history
diff --git
a/test/remove.sh
b/test/remove.sh
index
5298e6b
..
293b8b4
100755
(executable)
--- a/
test/remove.sh
+++ b/
test/remove.sh
@@
-69,4
+69,9
@@
fs_check_no_file /usr/var/lib/zip/data.zap
../src/razor remove zsh || exit 1
check_file /etc/zsh.conf
check_no_file /usr/bin/zsh
+../src/razor install zsh2 || exit 1
+../src/razor install zsh2 || exit 1
+fs_check_file /usr/var/lib/zip/data.zap
+../src/razor remove zsh2 zip || exit 1
+fs_check_no_file /usr/var/lib/zip/data.zap
rm -rf "$RAZOR_ROOT"