summary refs log tree commit diff stats
path: root/tests/misc/t19600.nim
blob: 3708dac1825e21cea3d2470a9422f9e446c6f556 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  targets: "c cpp"
  disabled: "win"
  disabled: "osx"
  exitcode: 1
  outputsub: "No space left on device"
"""

writeFile("/dev/full", "hello\n")