summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/ferror/test2/testinfo.dat
blob: d724a4c4e783e9f5b5cc6cd3ffe50affefeef018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
# See the LICENSE file in the project root for more information.

Version = 1.0
Section = C Runtime
Function = ferror
Name = Positive Test for ferror, call write on a readonly file.
TYPE = DEFAULT
EXE1 = test2
Description
= Open a read-only file and attempt to write some data to it.
= Check to ensure that an ferror occurs.