| commit | bb70624e964126b7ac4ff085ba163a9c35ffa18f | [log] [tgz] |
|---|---|---|
| author | Jari Aalto <jari.aalto@cante.net> | Fri Mar 17 21:46:59 2000 +0000 |
| committer | Jari Aalto <jari.aalto@cante.net> | Sat Sep 12 16:46:53 2009 +0000 |
| tree | ba2dd4add13ada94b1899c6d4aca80195b80b74b | |
| parent | b72432fdcc59300c6fe7c9d6c8a31ad3447933f5 [diff] [blame] |
Imported from ../bash-2.04.tar.gz.
diff --git a/tests/run-extglob2 b/tests/run-extglob2 new file mode 100644 index 0000000..0a6f728 --- /dev/null +++ b/tests/run-extglob2
@@ -0,0 +1,4 @@ +PATH=$PATH:`pwd` +export PATH +${THIS_SH} ./extglob2.tests | grep -v '^expect' > /tmp/xx +diff /tmp/xx extglob2.right && rm -f /tmp/xx