summaryrefslogtreecommitdiff
path: root/modules/pwrite-tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-05-23 10:32:12 +0200
committerJim Meyering <meyering@redhat.com>2010-05-23 10:41:55 +0200
commita4f094f64b19327ff087eee6467bdb067a37ae4c (patch)
treefa17dceb2561b536ef419549914cd7eb3f7a0e3f /modules/pwrite-tests
parent16b34ac99b135d6cd6c8c2cf1e277ee3b867d9ac (diff)
downloadgnulib-a4f094f64b19327ff087eee6467bdb067a37ae4c.tar.gz
test-pwrite: do not leave behind a test file named "out"
Revert commit d8fa18472a54c1cb2674c296b3d82443f234d5f7. 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.
Diffstat (limited to 'modules/pwrite-tests')
-rw-r--r--modules/pwrite-tests3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pwrite-tests b/modules/pwrite-tests
index 5654822c48..6249a8e9f8 100644
--- a/modules/pwrite-tests
+++ b/modules/pwrite-tests
@@ -1,4 +1,5 @@
Files:
+tests/test-pwrite.sh
tests/test-pwrite.c
tests/init.sh
tests/signature.h
@@ -9,5 +10,5 @@ Depends-on:
configure.ac:
Makefile.am:
-TESTS += test-pwrite
+TESTS += test-pwrite.sh
check_PROGRAMS += test-pwrite