Skip to content

Commit

Permalink
Add a test for install.do.
Browse files Browse the repository at this point in the history
  • Loading branch information
apenwarr committed Feb 9, 2012
1 parent a9ebabd commit ede182c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/999-installer/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
install.log
test.tmp
2 changes: 2 additions & 0 deletions t/999-installer/all.do
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rm -rf test.tmp
DESTDIR=$PWD/test.tmp redo ../../install >&install.log
1 change: 1 addition & 0 deletions t/999-installer/clean.do
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm -rf test.tmp install.log *~ .*~

0 comments on commit ede182c

Please sign in to comment.