mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Fix parallel test bug in r6rs-ports.test
* test-suite/tests/r6rs-ports.test (test-file): Use different file from ports.test, to avoid problems during parallel tests.
This commit is contained in:
parent
1120efe375
commit
b93dc62e03
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
;;;; r6rs-ports.test --- R6RS I/O port tests. -*- coding: utf-8; -*-
|
||||
;;;;
|
||||
;;;; Copyright (C) 2009-2012,2013-2015,2018-2021,2023 Free Software Foundation, Inc.
|
||||
;;;; Copyright (C) 2009-2012,2013-2015,2018-2021,2023,2024-2024 Free Software Foundation, Inc.
|
||||
;;;; Ludovic Courtès
|
||||
;;;;
|
||||
;;;; This library is free software; you can redistribute it and/or
|
||||
|
@ -38,7 +38,7 @@
|
|||
body0 body ...)))))))
|
||||
|
||||
(define (test-file)
|
||||
(data-file-name "ports-test.tmp"))
|
||||
(data-file-name "r6rs-ports-test.tmp"))
|
||||
|
||||
;; A input/output port that swallows all output, and produces just
|
||||
;; spaces on input. Reading and writing beyond `failure-position'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue