aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/csource_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/csource/csource_test.go')
-rw-r--r--pkg/csource/csource_test.go13
1 files changed, 7 insertions, 6 deletions
diff --git a/pkg/csource/csource_test.go b/pkg/csource/csource_test.go
index ae34a9499..e4e9e1f7f 100644
--- a/pkg/csource/csource_test.go
+++ b/pkg/csource/csource_test.go
@@ -85,12 +85,13 @@ func allOptionsPermutations() []Options {
func TestOne(t *testing.T) {
rs, _ := initTest(t)
opts := Options{
- Threaded: true,
- Collide: true,
- Repeat: true,
- Procs: 2,
- Sandbox: "namespace",
- Repro: true,
+ Threaded: true,
+ Collide: true,
+ Repeat: true,
+ Procs: 2,
+ Sandbox: "namespace",
+ Repro: true,
+ UseTmpDir: true,
}
p := prog.GenerateAllSyzProg(rs)
testOne(t, p, opts)