mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-08 21:00:48 +02:00
5 lines
105 B
Plaintext
Executable File
5 lines
105 B
Plaintext
Executable File
PATH=$PATH:`pwd`
|
|
export PATH
|
|
../bash ./glob-test | grep -v '^expect' > xx
|
|
diff xx glob.right && rm -f xx
|