Add a test for install.do.
This commit is contained in:
parent
a9ebabd6b7
commit
ede182cb84
3 changed files with 5 additions and 0 deletions
2
t/999-installer/.gitignore
vendored
Normal file
2
t/999-installer/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
install.log
|
||||||
|
test.tmp
|
||||||
2
t/999-installer/all.do
Normal file
2
t/999-installer/all.do
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
rm -rf test.tmp
|
||||||
|
DESTDIR=$PWD/test.tmp redo ../../install >&install.log
|
||||||
1
t/999-installer/clean.do
Normal file
1
t/999-installer/clean.do
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
rm -rf test.tmp install.log *~ .*~
|
||||||
Loading…
Add table
Add a link
Reference in a new issue