about summary refs log tree commit diff homepage
path: root/test/Feature/CheckMemoryAccess.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/CheckMemoryAccess.c')
-rw-r--r--test/Feature/CheckMemoryAccess.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Feature/CheckMemoryAccess.c b/test/Feature/CheckMemoryAccess.c
index 30590f88..5347ac3d 100644
--- a/test/Feature/CheckMemoryAccess.c
+++ b/test/Feature/CheckMemoryAccess.c
@@ -1,5 +1,6 @@
 // RUN: %llvmgcc -emit-llvm -g -c %s -o %t.bc
-// RUN: %klee %t.bc > %t.log
+// RUN: rm -rf %t.klee-out
+// RUN: %klee --output-dir=%t.klee-out %t.bc > %t.log
 // RUN: grep -q "good" %t.log
 // RUN: not grep -q "bad" %t.log