mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
a4f094f64b
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.
8 lines
93 B
Bash
Executable File
8 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
. "${srcdir=.}/init.sh"; path_prepend_ .
|
|
|
|
fail=0
|
|
test-pwrite || fail=1
|
|
|
|
Exit $fail
|