about summary refs log tree commit diff homepage
path: root/test/Feature/DanglingConcreteReadExpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/DanglingConcreteReadExpr.c')
-rw-r--r--test/Feature/DanglingConcreteReadExpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/DanglingConcreteReadExpr.c b/test/Feature/DanglingConcreteReadExpr.c
index 1bf44c3f..204187a2 100644
--- a/test/Feature/DanglingConcreteReadExpr.c
+++ b/test/Feature/DanglingConcreteReadExpr.c
@@ -1,6 +1,6 @@
 // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t1.bc
 // RUN: %klee %t1.bc
-// RUN: grep "total queries = 2" klee-last/info
+// RUN: grep "total queries = 2" %T/klee-last/info
 
 #include <assert.h>