polybench_test.sh.in: avoid calling mktemp with --suffix option
commit9eb24191a839b8a94bbc9e6254380cc4934fc916
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 25 Jun 2013 08:42:43 +0000 (25 10:42 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 27 Jun 2013 21:05:47 +0000 (27 23:05 +0200)
tree3bd36f1e226e8aa048ea01730f9ef409f4d44b53
parentb783342b53c8c1163620528ca87bba4ffff22247
polybench_test.sh.in: avoid calling mktemp with --suffix option

Some versions of mktemp, e.g., on Darwin, do not support the --suffix option.
Use an explicit template instead.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
polybench_test.sh.in