diff options
Diffstat (limited to 'test/eshell.el')
| -rw-r--r-- | test/eshell.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/eshell.el b/test/eshell.el index 3b392e84c24..7acb34b6029 100644 --- a/test/eshell.el +++ b/test/eshell.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-test.el --- Eshell test suite | 1 | ;;; esh-test.el --- Eshell test suite |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
| @@ -396,7 +396,7 @@ | |||
| 396 | (eshell-command-result-p "+ ${+ 1 2} 3" "6\n")) | 396 | (eshell-command-result-p "+ ${+ 1 2} 3" "6\n")) |
| 397 | 397 | ||
| 398 | (eshell-deftest var interp-lisp | 398 | (eshell-deftest var interp-lisp |
| 399 | "Interpolate Lisp form evalution" | 399 | "Interpolate Lisp form evaluation" |
| 400 | (eshell-command-result-p "+ $(+ 1 2) 3" "6\n")) | 400 | (eshell-command-result-p "+ $(+ 1 2) 3" "6\n")) |
| 401 | 401 | ||
| 402 | (eshell-deftest var interp-concat | 402 | (eshell-deftest var interp-concat |