summaryrefslogtreecommitdiff
path: root/tests/scripts/variables/SHELL
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2009-06-05 01:17:29 +0000
committerPaul Smith <psmith@gnu.org>2009-06-05 01:17:29 +0000
commit71385e12250ea56ddb2186f22a3f741684562ac5 (patch)
tree0019528d008184f579bacd2e5af9c37e323d403a /tests/scripts/variables/SHELL
parent81f3e4babd128f6740d05b371122762924522fb6 (diff)
downloadgunmake-71385e12250ea56ddb2186f22a3f741684562ac5.tar.gz
- Add forgotten variable/define test suite
- Skip initial whitespace including formfeeds, vertical tab, etc. - Add tests for that - Fix the variable/SHELL test; it was wrong!
Diffstat (limited to 'tests/scripts/variables/SHELL')
-rw-r--r--tests/scripts/variables/SHELL2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/variables/SHELL b/tests/scripts/variables/SHELL
index 67593e5..acc5903 100644
--- a/tests/scripts/variables/SHELL
+++ b/tests/scripts/variables/SHELL
@@ -51,6 +51,6 @@ $extraENV{SHELL} = $mshell;
run_make_test("all: export SHELL := /./$mshell\n".'
all:;@echo "$(SHELL) $$SHELL"
-', '', "/./$mshell $mshell");
+', '', "/./$mshell /./$mshell");
1;