about summary refs log tree commit diff homepage
path: root/test/regression/2008-03-11-free-of-malloc-zero.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/2008-03-11-free-of-malloc-zero.c')
-rw-r--r--test/regression/2008-03-11-free-of-malloc-zero.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regression/2008-03-11-free-of-malloc-zero.c b/test/regression/2008-03-11-free-of-malloc-zero.c
index d096818b..07ec2918 100644
--- a/test/regression/2008-03-11-free-of-malloc-zero.c
+++ b/test/regression/2008-03-11-free-of-malloc-zero.c
@@ -1,5 +1,6 @@
 // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t1.bc
-// RUN: %klee --exit-on-error %t1.bc
+// RUN: rm -rf %t.klee-out
+// RUN: %klee --output-dir=%t.klee-out --exit-on-error %t1.bc
 
 #include <stdlib.h>