mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
Revert commit d8fa18472a
.
The trivial-looking use of init.sh is really necessary.
It ensures that the temporary file, "out", is created in
a temporary directory, and removed upon termination.
* tests/test-pwrite.sh: Re-add file.
* modules/pwrite-tests: Reference it.
15 lines
191 B
Plaintext
15 lines
191 B
Plaintext
Files:
|
|
tests/test-pwrite.sh
|
|
tests/test-pwrite.c
|
|
tests/init.sh
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-pwrite.sh
|
|
check_PROGRAMS += test-pwrite
|