summaryrefslogtreecommitdiffstats
path: root/test/testcases/scripts.filter
blob: 05e098a9382a7071ee6b478407d06891f9ac856d (plain)
1
2
3
4
#!/usr/bin/awk -f
# 1. replace .EXT [path/]<cmd> <parameter> with .EXT <cmd> <parameter>
/\*\* localhost - crm --wait --no configure load update (\/tmp\/crm-tmp-.+)/ { gsub(/.*/, "<<temporary file>>", $NF) }
{ print }