commit | cf140c055a8fcd5ca18c70fd97723768ebc5290c | [log] [tgz] |
---|---|---|
author | Robin Thellend <rthellend@google.com> | Mon Dec 08 14:56:24 2014 -0800 |
committer | Robin Thellend <rthellend@google.com> | Mon Dec 08 14:56:24 2014 -0800 |
tree | b0e89ecb45f7a7f41d0379bc4300f80b49ed6346 | |
parent | 0f5986f5d242cedf3d0f8c7cd946c687231111f0 [diff] [blame] |
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