OILS / spec / spec-harness-bug.test.sh View on Github | oils.pub

9 lines, 2 significant
1## suite: disabled
2
3#### osh-native duplicates stdin - is this a test harness issue?
4
5echo $0 | grep -o sh
6
7## STDOUT:
8sh
9## END