5 lines
73 B
Bash
5 lines
73 B
Bash
|
rm -rf out
|
||
|
set -e
|
||
|
versioner headers -i -o out
|
||
|
diff -q -w -B out expected
|