mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
3 lines
77 B
Bash
3 lines
77 B
Bash
#!/bin/sh
|
|
# description: xfail-case example
|
|
cat non-exist-file || exit_xfail
|