1 ; Test that not specifying a stderr file isn't broken. 2 RUN: unset AFL_DRIVER_STDERR_DUPLICATE_FILENAME 3 RUN: AFLDriverTest 4 5 ; Test that specifying an invalid file causes a crash. 6 RUN: ASAN_OPTIONS= AFL_DRIVER_STDERR_DUPLICATE_FILENAME="%T" not --crash AFLDriverTest 7 8 ; Test that a file is created when specified as the duplicate stderr. 9 RUN: AFL_DRIVER_STDERR_DUPLICATE_FILENAME=%t AFLDriverTest 10 RUN: stat %t 11