summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/strftime.exp
Commit message (Collapse)AuthorAgeFilesLines
* Two minor testcase fixes.David Smith2009-08-201-2/+4
| | | | | * testsuite/systemtap.base/global_stat.exp: Improved error handling. * testsuite/systemtap.base/strftime.exp: Ditto.
* PR10335 systemtap.base/strftime.exp hangs.Mark Wielaard2009-06-261-20/+3
| | | | | | | | This only happened if there was a lot of cruft in the testsuite dir since expect wasn't "draining" the output of the spawned ls command for some reason. Work around it by just using tcl file globs to match. * testsuite/systemtap.base/strftime.exp: Test with glob and file exists.
* PR 9821: Add a testcase for strftimeMasami Hiramatsu2009-04-221-0/+49
* testsuite/systemtap.base/strftime.exp: New test case for strftime.