Cleanup tmp files after running bonnie from benchmark scripts
authorfsgqa <fsgqa>
Mon, 22 Sep 2003 00:26:33 +0000 (00:26 +0000)
committerfsgqa <fsgqa>
Mon, 22 Sep 2003 00:26:33 +0000 (00:26 +0000)
common.bonnie

index a1cccc1413c8d5705427f98e533362989ba98a2e..7414c0f0cb8e46de5cbcf76d294bed1fca2a1163 100644 (file)
@@ -14,6 +14,6 @@ run_bonnie()
        [ $status -ne 0 ] && exit 1
        filter_stdout < $tmp/$$.bonnie.stdout
        filter_stderr < $tmp/$$.bonnie.stderr 1>&2
-       rm -f $tmp/bonnie.stdout $tmp/bonnie.stderr
+       rm -f $tmp/$$.bonnie.stdout $tmp/$$.bonnie.stderr
        exit 0
 }