diff options
author | Jari Aalto <jari.aalto@cante.net> | 1996-08-26 18:22:31 +0000 |
---|---|---|
committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:49 +0000 |
commit | 726f63884db0132f01745f1fb4465e6621088ccf (patch) | |
tree | 6c2f7765a890a97e0e513cb539df43283a8f7c4d /tests/run-new-exp | |
download | bash-726f63884db0132f01745f1fb4465e6621088ccf.tar.gz |
Imported from ../bash-1.14.7.tar.gz.
Diffstat (limited to 'tests/run-new-exp')
-rwxr-xr-x | tests/run-new-exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-new-exp b/tests/run-new-exp new file mode 100755 index 00000000..ef57d320 --- /dev/null +++ b/tests/run-new-exp @@ -0,0 +1,2 @@ +../bash ./new-exp.tests 2>&1 | grep -v '^expect' > xx +diff xx new-exp.right && rm -f xx |