veyron.core: Fix tests that leave files in /tmp

This change fixes the tests that leave files in /tmp after returning
successfully. The goal is to leave no temporary files.

Change-Id: I1d5df68995472bbda98fb2aee1ac64cd57d4de4e
diff --git a/tools/naming/simulator/driver_test.go b/tools/naming/simulator/driver_test.go
index 5ccb5cb..303874a 100644
--- a/tools/naming/simulator/driver_test.go
+++ b/tools/naming/simulator/driver_test.go
@@ -44,6 +44,7 @@
 	if err != nil {
 		t.Fatalf("unexpected error: %s", err)
 	}
+	defer sh.Cleanup(nil, nil)
 	sh.SetVar("foo", "bar")
 	cases := []struct {
 		input  string