summaryrefslogtreecommitdiff
path: root/klee/test/Runtime/POSIX/SeedAndFail.c
diff options
context:
space:
mode:
Diffstat (limited to 'klee/test/Runtime/POSIX/SeedAndFail.c')
-rw-r--r--klee/test/Runtime/POSIX/SeedAndFail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/klee/test/Runtime/POSIX/SeedAndFail.c b/klee/test/Runtime/POSIX/SeedAndFail.c
index 4d81e2d78a9..db02217a42b 100644
--- a/klee/test/Runtime/POSIX/SeedAndFail.c
+++ b/klee/test/Runtime/POSIX/SeedAndFail.c
@@ -1,7 +1,7 @@
// RUN: %llvmgcc %s -emit-llvm -g -O0 -c -o %t.bc
// RUN: rm -rf tmp-123
-// RUN: %klee --libc=klee --output-dir=tmp-123 --posix-runtime --init-env %t.bc --sym-files 1 10 2>%t.log
-// RUN: %klee --seed-out-dir=tmp-123 --zero-seed-extension --libc=uclibc --posix-runtime --init-env %t.bc --sym-files 1 10 --max-fail 1
+// RUN: %klee --libc=klee --output-dir=tmp-123 --posix-runtime %t.bc --sym-files 1 10 2>%t.log
+// RUN: %klee --seed-out-dir=tmp-123 --zero-seed-extension --libc=uclibc --posix-runtime %t.bc --sym-files 1 10 --max-fail 1
// RUN: ls klee-last | grep -c assert | grep 4