]> mj.ucw.cz Git - libucw.git/commit
Simplify temporary file deletion in the tester.
authorMartin Mares <mj@ucw.cz>
Mon, 19 Nov 2007 08:17:03 +0000 (09:17 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 19 Nov 2007 08:17:03 +0000 (09:17 +0100)
commit4860c687e115e30cb6b03868ab420ee7dc8334f9
treefc4633fde362f9c47e084905281181143f440186
parent1bcd6e0bef547811d0d153ece976936dea6656c8
Simplify temporary file deletion in the tester.

The advantage of doing a wildcard rm instead of deleting the files
individually is that you can use $n for temporary files, which are
not mentioned as explicit inputs or outputs in the test case.
build/tester