changeset 33503:e17b6b7de50f stable

bug-53027.tst: Delete temp file after test is done (bug #53027)
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 01 May 2024 17:18:37 -0400
parents 8cfedb86d373
children 747b9a4bc70c d7abcd8804d4
files test/bug-53027/bug-53027.tst
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/bug-53027/bug-53027.tst	Wed May 01 10:31:31 2024 -0400
+++ b/test/bug-53027/bug-53027.tst	Wed May 01 17:18:37 2024 -0400
@@ -24,6 +24,7 @@
 %! clear X
 %! assert (exist ("X"), 0);
 %! clear -global X;  # cleanup after test
+%! unlink (fname);  # remove temp file
 
 %!test <*53027>
 %! [a, b] = ntest53027a ();