diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2019-08-09 17:58:38 +0100 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2019-08-14 16:26:48 +0100 |
commit | 8426b2913e650970d46be9a4d088bf3945f41453 (patch) | |
tree | 38e758dfe3abcf9d93fc96c438d6aab72c3ff92b /test/Runtime | |
parent | d50698f1b543b520af1cea0218e6ea8571faaa10 (diff) | |
download | klee-8426b2913e650970d46be9a4d088bf3945f41453.tar.gz |
Create all files in the replay directory and chdir to this directory before executing the program.
Diffstat (limited to 'test/Runtime')
-rw-r--r-- | test/Runtime/POSIX/Replay.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Runtime/POSIX/Replay.c b/test/Runtime/POSIX/Replay.c index 851b5a1e..61862c5f 100644 --- a/test/Runtime/POSIX/Replay.c +++ b/test/Runtime/POSIX/Replay.c @@ -3,9 +3,6 @@ // RUN: %klee --output-dir=%t.klee-out --posix-runtime %t.bc --sym-files 1 3 // RUN: %klee-replay --create-files-only %t.klee-out/test000001.ktest -// RUN: FileCheck --input-file=A --check-prefix=CREATE_FILES_ONLY %s -// CREATE_FILES_ONLY: abc - // RUN: %cc %s -O0 -o %t2 // RUN: %klee-replay %t2 %t.klee-out/test000001.ktest | FileCheck --check-prefix=REPLAY %s // REPLAY: Yes |