CI: Add tests to avoid a repeat of #328

Extend tests to cover the file content filter example plugins in order
to avoid a repeat of #328.
This commit is contained in:
Frej Drejhammar
2024-04-07 15:17:28 +02:00
parent 893d6302b7
commit 08e2297853
2 changed files with 5 additions and 1 deletions

View File

@@ -25,7 +25,9 @@ git_convert() {
cd "$2" &&
hg-fast-export.sh --repo "../$1" \
-s --hgtags -n \
--plugin ../../plugins/rename_file_test_plugin
--plugin ../../plugins/rename_file_test_plugin \
--plugin dos2unix \
--plugin shell_filter_file_contents=../../plugins/id
)
}

2
t/plugins/id Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
cat