Forgot to check in this file

This commit is contained in:
Eric Fischer 2017-08-09 10:26:47 -07:00
parent 200f6777ba
commit 915b1481ad
2 changed files with 6 additions and 0 deletions

3
tests/filter/remove Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
sed 's/"layer": "[^"]*",*//'

3
tests/filter/rename2 Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
sed 's/"layer": "[^"]*"/"layer": "renamed_again"/'