Revert "Update fuzzer_environment.md"

This reverts commit 2b521d425e.
This commit is contained in:
Oliver Chang 2016-12-09 14:48:11 -08:00
parent 2b521d425e
commit 77f10fb1e5
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ Your fuzzers will be run on a [Google Compute Engine](https://cloud.google.com/c
## Current working directory ## Current working directory
You should not make any assumptions about the current working directory of your You should not make any assumptions about the current working directory of your
fuzzer. However, if you need to load data files, you can assume that `/out` will contain fuzzer. If you need to load data files, please use `argv[0]` to get the
whatever your build scripts copied into `$OUT`. directory where your fuzzer executable is located.
## File system ## File system