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