summaryrefslogtreecommitdiff
path: root/modules/spawn-pipe-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-02-04 18:20:11 +0100
committerBruno Haible <bruno@clisp.org>2012-02-04 18:20:43 +0100
commit4e9e5f62f6a6d5488f0697cb38c8c7847a25ebf8 (patch)
treef0cfa038836b69bab0bd50357b22d0c5669a899b /modules/spawn-pipe-tests
parentdc14031ee642f973cc7a96968d822d6f8c5f1bb2 (diff)
downloadgnulib-4e9e5f62f6a6d5488f0697cb38c8c7847a25ebf8.tar.gz
spawn-pipe tests: Fix a NULL program name in a diagnostic.
* tests/test-spawn-pipe-main.c: Include progname.h. (main): Invoke set_program_name. * modules/spawn-pipe-tests (Depends-on): Add progname.
Diffstat (limited to 'modules/spawn-pipe-tests')
-rw-r--r--modules/spawn-pipe-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/spawn-pipe-tests b/modules/spawn-pipe-tests
index f7831d5e4d..e17eece533 100644
--- a/modules/spawn-pipe-tests
+++ b/modules/spawn-pipe-tests
@@ -6,6 +6,7 @@ tests/macros.h
Depends-on:
close
+progname
configure.ac: