diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:11:26 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:11:26 -0500 |
commit | cb603128ea23bd1fcca8e3c13296afa83c16fe45 (patch) | |
tree | beade54a7b707496d77aac7e4b00c405a691ac60 /tests | |
parent | 29f3080f708b3d0a9f6a464a3d8be4d0938da7ae (diff) | |
download | bash-cb603128ea23bd1fcca8e3c13296afa83c16fe45.tar.gz |
commit bash-20070823 snapshot
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/RUN-ONE-TEST | 2 | ||||
-rw-r--r-- | tests/errors.right | 2 | ||||
-rw-r--r-- | tests/exec.right | 1 | ||||
-rw-r--r-- | tests/exec.right~ | 1 |
4 files changed, 2 insertions, 4 deletions
diff --git a/tests/RUN-ONE-TEST b/tests/RUN-ONE-TEST index 3efcf32d..72ec06a2 100755 --- a/tests/RUN-ONE-TEST +++ b/tests/RUN-ONE-TEST @@ -1,4 +1,4 @@ -BUILD_DIR=/usr/local/build/chet/bash/bash-current +BUILD_DIR=/usr/local/build/bash/bash-current THIS_SH=$BUILD_DIR/bash PATH=$PATH:$BUILD_DIR diff --git a/tests/errors.right b/tests/errors.right index 5df708b1..346d2e97 100644 --- a/tests/errors.right +++ b/tests/errors.right @@ -20,7 +20,7 @@ declare: usage: declare [-afFirtx] [-p] [name[=value] ...] ./errors.tests: line 61: declare: `/bin/sh': not a valid identifier ./errors.tests: line 65: declare: cannot use `-f' to make functions ./errors.tests: line 68: exec: -i: invalid option -exec: usage: exec [-cl] [-a name] file [redirection ...] +exec: usage: exec [-cl] [-a name] [command [arguments ...]] [redirection ...] ./errors.tests: line 72: export: XPATH: not a function ./errors.tests: line 75: break: only meaningful in a `for', `while', or `until' loop ./errors.tests: line 76: continue: only meaningful in a `for', `while', or `until' loop diff --git a/tests/exec.right b/tests/exec.right index 07591295..8f974ae5 100644 --- a/tests/exec.right +++ b/tests/exec.right @@ -51,6 +51,5 @@ this is ohio-state 0 1 testb -bash: no job control in this shell expand_aliases on after diff --git a/tests/exec.right~ b/tests/exec.right~ index 6e74b22c..07591295 100644 --- a/tests/exec.right~ +++ b/tests/exec.right~ @@ -51,7 +51,6 @@ this is ohio-state 0 1 testb -bash: cannot set terminal pgrp to 15044: Inappropriate ioctl for device bash: no job control in this shell expand_aliases on after |