about summary refs log tree commit diff homepage
path: root/test/Runtime/POSIX/FilePerm.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Runtime/POSIX/FilePerm.c')
-rw-r--r--test/Runtime/POSIX/FilePerm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Runtime/POSIX/FilePerm.c b/test/Runtime/POSIX/FilePerm.c
index 818d482f..0cb0a7e8 100644
--- a/test/Runtime/POSIX/FilePerm.c
+++ b/test/Runtime/POSIX/FilePerm.c
@@ -1,8 +1,8 @@
 // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t.bc
 // RUN: %klee --posix-runtime --init-env %t.bc --sym-files 1 10 --sym-stdout 2>%t.log 
-// RUN: test -f klee-last/test000001.bout
-// RUN: test -f klee-last/test000002.bout
-// RUN: test -f klee-last/test000003.bout
+// RUN: test -f klee-last/test000001.ktest
+// RUN: test -f klee-last/test000002.ktest
+// RUN: test -f klee-last/test000003.ktest
 
 #include <stdio.h>       
 #include <sys/types.h>