about summary refs log tree commit diff homepage
path: root/test/regression/2008-05-23-gep-with-global-const.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/2008-05-23-gep-with-global-const.c')
-rw-r--r--test/regression/2008-05-23-gep-with-global-const.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regression/2008-05-23-gep-with-global-const.c b/test/regression/2008-05-23-gep-with-global-const.c
index 3ad9b24e..6bd78dd2 100644
--- a/test/regression/2008-05-23-gep-with-global-const.c
+++ b/test/regression/2008-05-23-gep-with-global-const.c
@@ -1,5 +1,6 @@
 // RUN: %llvmgcc -emit-llvm -O0 -c -o %t.bc %s
-// RUN: %klee --exit-on-error %t.bc
+// RUN: rm -rf %t.klee-out
+// RUN: %klee --output-dir=%t.klee-out --exit-on-error %t.bc
 
 #include <assert.h>