mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 21:07:57 +02:00
5 lines
129 B
Plaintext
5 lines
129 B
Plaintext
PATH=$PATH:`pwd`
|
|
export PATH
|
|
${THIS_SH} ./glob.tests 2>&1 | grep -v '^expect' > /tmp/xx
|
|
diff /tmp/xx glob.right && rm -f /tmp/xx
|