summaryrefslogtreecommitdiffstats
path: root/regressions/test-reopen.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split regressions -> various subdirectories of tests/Richard W.M. Jones2011-12-221-41/+0
|
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* Debian: Use /bin/bash as the shell for regression test scripts.Richard Jones2009-11-041-1/+1
| | | | | | | | | | /bin/sh on Debian is a minimal shell called 'dash' which doesn't support some features we need such as the particular 'function' syntax used by regressions/test-stringlist.sh, and therefore this script was failing on Debian. Change all of these scripts to use #!/bin/bash explicitly to avoid these sorts of problems.
* Regression test: Test reopening the handle in the same process.Richard W.M. Jones2009-07-111-0/+41