]> mj.ucw.cz Git - eval.git/commit
Simplify temporary file deletion in the tester.
authorMartin Mares <mj@ucw.cz>
Mon, 19 Nov 2007 08:17:39 +0000 (09:17 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 19 Nov 2007 08:17:39 +0000 (09:17 +0100)
commita5c99ce9af945065b7f9961a7ccb868f45d7f972
tree43a6bd077f1ff02582db503b58c5a9fccf0b6c1a
parent049165093983ab57b77dd5a4cc6f30258717a5a9
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.
judge/tester