From 67ebfc1e9ae2aa65038f0c9bd8f5900a68f0d6c8 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Sat, 15 Feb 2020 15:13:53 +0100 Subject: [PATCH] ts: adapt err msg for fish 3.1 --- testsuite/install.00-init/040-subshell.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/install.00-init/040-subshell.exp b/testsuite/install.00-init/040-subshell.exp index 9be05990..758bcf8d 100644 --- a/testsuite/install.00-init/040-subshell.exp +++ b/testsuite/install.00-init/040-subshell.exp @@ -33,8 +33,8 @@ if {$tcl_platform(os) eq "SunOS"} { set csh_nf $tcsh_nf set csh_nf_ml $tcsh_nf_ml } -set fish_nf "fish: Unknown command '?module" -set fish_nf_ml "fish: Unknown command '?ml" +set fish_nf "fish: Unknown command:? '?module" +set fish_nf_ml "fish: Unknown command:? '?ml" if {$tcl_platform(os) eq "SunOS"} { set sh_nf "module: not found \\\[No such file or directory\\\]" set sh_nf_ml "ml: not found \\\[No such file or directory\\\]"