]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
commit bash-20180420 snapshot
authorChet Ramey <chet.ramey@case.edu>
Mon, 23 Apr 2018 15:37:22 +0000 (11:37 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 23 Apr 2018 15:37:22 +0000 (11:37 -0400)
support/mkdep [changed mode: 0644->0755]
tests/RUN-ONE-TEST
tests/run-procsub

old mode 100644 (file)
new mode 100755 (executable)
index 554f3d6ecc09d7149b13daa2d36a6bab1480269f..58c375b70d886bcff86f789ae4a15eee397f87c8 100755 (executable)
@@ -1,4 +1,4 @@
-BUILD_DIR=/usr/local/build/bash/bash-current
+BUILD_DIR=/usr/local/build/chet/bash/bash-current
 THIS_SH=$BUILD_DIR/bash
 PATH=$PATH:$BUILD_DIR
 
index 42c61ead959a3e966522df77c8d1b850fb79bba8..796faaa8f5b2621141349cbb8de6a7bc78c8d79c 100644 (file)
@@ -1,6 +1,7 @@
 echo "warning: all of these tests will fail if process substitution has not" >&2
 echo "warning: been compiled into the shell or if the OS does not provide" >&2
-echo "warning: /dev/fd." >&2
+echo "warning: FIFOs or /dev/fd. Some tests may fail if the OS does not" >&2
+echo "warning: provide FIFOs." >&2
 
 ${THIS_SH} ./procsub.tests > ${BASH_TSTOUT} 2>&1
 diff ${BASH_TSTOUT} procsub.right && rm -f ${BASH_TSTOUT}