about summary refs log tree commit diff homepage
path: root/test/regression/2007-08-16-invalid-constant-value.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/2007-08-16-invalid-constant-value.c')
-rw-r--r--test/regression/2007-08-16-invalid-constant-value.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regression/2007-08-16-invalid-constant-value.c b/test/regression/2007-08-16-invalid-constant-value.c
index ea0a5fee..e0b304f4 100644
--- a/test/regression/2007-08-16-invalid-constant-value.c
+++ b/test/regression/2007-08-16-invalid-constant-value.c
@@ -2,7 +2,8 @@
 // RUN: %llvmgcc %s -emit-llvm -O2 -c -o %t1.bc
 // RUN: llvm-as -f %p/../Feature/_utils._ll -o %t2.bc
 // RUN: llvm-link %t1.bc %t2.bc -o %t3.bc
-// RUN: %klee %t3.bc
+// RUN: rm -rf %t.klee-out
+// RUN: %klee --output-dir=%t.klee-out %t3.bc
 
 #include <assert.h>