fix uinit

This commit is contained in:
2025-12-15 21:27:30 +01:00
parent ca37ec8212
commit 012840b9d8

View File

@@ -16,6 +16,7 @@ steps:
- grep foobar t/file*
- cp t/file1 t/huh.1
- cp t/file1 t/mor.2
- cd t && perl subst -m 's/(huh|mor)/sub/g' '/.\d$/'
- ls -l t/sub.1
- ls -l t/sub.2
- cd t && perl ../subst -m 's/(huh|mor)/sub/g' '/.\d$/'
- ls -l t/sub.1 t/sub.2
- perl subst -m 's/sub/ord/g' t
- ls -l t/ord.1 t/ord.2