* gnulib-tool.sh (func_create_testdir): Remove file
build-aux/test-driver.orig at the end.
* pygnulib/GLTestDir.py (_patch_test_driver): Likewise.
+2025-05-26 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool: Remove build-aux/test-driver.orig from testdirs.
+ * gnulib-tool.sh (func_create_testdir): Remove file
+ build-aux/test-driver.orig at the end.
+ * pygnulib/GLTestDir.py (_patch_test_driver): Likewise.
+
2025-05-25 Bruno Haible <bruno@clisp.org>
stddef-h tests: Add more C++ tests.
func_fatal_error "could not patch test-driver script"
}
}
+ rm -f build-aux/test-driver.orig
fi
) || func_exit 1
}
os.remove(f'{test_driver}.rej')
if not patched:
raise GLError(20, None)
+ if os.path.isfile(f'{test_driver}.orig'):
+ os.remove(f'{test_driver}.orig')
#===============================================================================