mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 03:02:40 +02:00
fix for programmable completion functions setting traps on signals that readline handles
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PATH=$PATH:`pwd`
|
||||
export PATH
|
||||
|
||||
${THIS_SH} ./glob-bracket.tests > ${BASH_TSTOUT} 2>&1
|
||||
${THIS_SH} ./glob-bracket.tests > ${BASH_TSTOUT}
|
||||
diff ${BASH_TSTOUT} glob-bracket.right && rm -f ${BASH_TSTOUT}
|
||||
|
||||
Reference in New Issue
Block a user