Remove useless test-pwrite.sh file.
authorPeter O'Gorman <pogma@thewrittenword.com>
Mon, 10 May 2010 22:52:05 +0000 (00:52 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 10 May 2010 22:52:05 +0000 (00:52 +0200)
ChangeLog
modules/pwrite-tests
tests/test-pwrite.sh [deleted file]

index 8c762cf..dcf8cf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-05-10  Peter O'Gorman  <pogma@thewrittenword.com>
 
+       Remove useless test-pwrite.sh file.
+       * tests/test-pwrite.sh: Delete file.
+       * modules/pwrite-tests: Remove references.
+       Reported by Bruno Haible.
+
+2010-05-10  Peter O'Gorman  <pogma@thewrittenword.com>
+
        init.sh: fix a typo
        * tests/init.sh: Correct typo in MALLOC_PERTURB_ initialization.
 
index 6249a8e..5654822 100644 (file)
@@ -1,5 +1,4 @@
 Files:
-tests/test-pwrite.sh
 tests/test-pwrite.c
 tests/init.sh
 tests/signature.h
@@ -10,5 +9,5 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-pwrite.sh
+TESTS += test-pwrite
 check_PROGRAMS += test-pwrite
diff --git a/tests/test-pwrite.sh b/tests/test-pwrite.sh
deleted file mode 100644 (file)
index 94f0f38..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-. "${srcdir=.}/init.sh"; path_prepend_ .
-
-fail=0
-test-pwrite || fail=1
-
-Exit $fail