about summary refs log tree commit diff homepage
path: root/test/Runtime/POSIX/FDNumbers.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Runtime/POSIX/FDNumbers.c')
-rw-r--r--test/Runtime/POSIX/FDNumbers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Runtime/POSIX/FDNumbers.c b/test/Runtime/POSIX/FDNumbers.c
index e576f9bb..3228c8a9 100644
--- a/test/Runtime/POSIX/FDNumbers.c
+++ b/test/Runtime/POSIX/FDNumbers.c
@@ -1,5 +1,5 @@
 // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t2.bc
-// RUN: %klee --init-env --posix-runtime --exit-on-error %t2.bc --sym-files 1 10
+// RUN: %klee --posix-runtime --exit-on-error %t2.bc --sym-files 1 10
 
 #include <assert.h>
 #include <fcntl.h>