3 lines
77 B
Bash
Executable file
3 lines
77 B
Bash
Executable file
#!/bin/sh
|
|
# description: xfail-case example
|
|
cat non-exist-file || exit_xfail
|