summaryrefslogtreecommitdiff
path: root/klee/test/Runtime/POSIX/DirSeek.c
diff options
context:
space:
mode:
Diffstat (limited to 'klee/test/Runtime/POSIX/DirSeek.c')
-rw-r--r--klee/test/Runtime/POSIX/DirSeek.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/klee/test/Runtime/POSIX/DirSeek.c b/klee/test/Runtime/POSIX/DirSeek.c
index 1735fdb850c..81336a689ba 100644
--- a/klee/test/Runtime/POSIX/DirSeek.c
+++ b/klee/test/Runtime/POSIX/DirSeek.c
@@ -1,7 +1,7 @@
// RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t2.bc
-// RUN: %klee --run-in=/tmp --init-env --libc=uclibc --posix-runtime --exit-on-error %t2.bc --sym-files 2 2
-// RUN: %klee --run-in=/tmp --init-env --libc=uclibc --posix-runtime --exit-on-error %t2.bc --sym-files 1 2
-// RUN: %klee --run-in=/tmp --init-env --libc=uclibc --posix-runtime --exit-on-error %t2.bc --sym-files 0 2
+// RUN: %klee --run-in=/tmp --libc=uclibc --posix-runtime --exit-on-error %t2.bc --sym-files 2 2
+// RUN: %klee --run-in=/tmp --libc=uclibc --posix-runtime --exit-on-error %t2.bc --sym-files 1 2
+// RUN: %klee --run-in=/tmp --libc=uclibc --posix-runtime --exit-on-error %t2.bc --sym-files 0 2
// For this test really to work as intended it needs to be run in a
// directory large enough to cause uclibc to do multiple getdents