Imported from ../bash-2.02.tar.gz.
This commit is contained in:
parent
e8ce775db8
commit
cce855bc5b
323 changed files with 33916 additions and 12321 deletions
7
tests/run-cond
Normal file
7
tests/run-cond
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
echo "warning: all of these tests will fail if the conditional command has not" >&2
|
||||
echo "warning: been compiled into the shell" >&2
|
||||
echo "warning: some of these tests will fail if extended pattern matching has not" >&2
|
||||
echo "warning: been compiled into the shell" >&2
|
||||
|
||||
${THIS_SH} ./cond.tests > /tmp/xx 2>&1
|
||||
diff /tmp/xx cond.right && rm -f /tmp/xx
|
||||
Loading…
Add table
Add a link
Reference in a new issue