about summary refs log tree commit diff homepage
path: root/test/Runtime/POSIX/FD_Fail2.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-06-03 02:55:55 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-06-03 02:55:55 +0000
commitbcfc431c7133fb93f93c1768fd900f049e365323 (patch)
tree342f062b62eb009ce806bc2de1678e63516ff915 /test/Runtime/POSIX/FD_Fail2.c
parent4aea9d3d47e7e47630704fdf6628221fa45f6151 (diff)
downloadklee-bcfc431c7133fb93f93c1768fd900f049e365323.tar.gz
Update a few things that got forgotten in the great "bout" to "ktest"
renaming of '08.


git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72748 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Runtime/POSIX/FD_Fail2.c')
-rw-r--r--test/Runtime/POSIX/FD_Fail2.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/Runtime/POSIX/FD_Fail2.c b/test/Runtime/POSIX/FD_Fail2.c
index c9195f66..1eaeb649 100644
--- a/test/Runtime/POSIX/FD_Fail2.c
+++ b/test/Runtime/POSIX/FD_Fail2.c
@@ -1,12 +1,12 @@
 // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t1.bc
 // RUN: %klee --libc=uclibc --posix-runtime --init-env %t1.bc --sym-files 0 0 --max-fail 1
-// 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/test000004.bout
-// RUN: test -f klee-last/test000005.bout
-// RUN: test -f klee-last/test000006.bout
-// RUN: test -f klee-last/test000007.bout
+// RUN: test -f klee-last/test000001.ktest
+// RUN: test -f klee-last/test000002.ktest
+// RUN: test -f klee-last/test000003.ktest
+// RUN: test -f klee-last/test000004.ktest
+// RUN: test -f klee-last/test000005.ktest
+// RUN: test -f klee-last/test000006.ktest
+// RUN: test -f klee-last/test000007.ktest
 
 #include <stdio.h>
 #include <assert.h>