On 16/08/2026 00:04, Collin Funk wrote:
+reset_files ()
+{
+ rm -f b~ b.~1~ b.~2~ && echo a > a && echo b > b || fail=1
+}
Maybe || framework_failure_ here Otherwise LGTM. cheers, Padraig
On 16/08/2026 00:04, Collin Funk wrote:
+reset_files ()
+{
+ rm -f b~ b.~1~ b.~2~ && echo a > a && echo b > b || fail=1
+}
Maybe || framework_failure_ here Otherwise LGTM. cheers, Padraig