mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Fix goof in regression test (re: c8147306
)
This commit is contained in:
parent
c81473061a
commit
802136a6ad
3 changed files with 22 additions and 11 deletions
|
@ -73,7 +73,6 @@ extern int b_enum(int, char*[],Shbltin_t*);
|
|||
extern int b_exec(int, char*[],Shbltin_t*);
|
||||
extern int b_eval(int, char*[],Shbltin_t*);
|
||||
extern int b_return(int, char*[],Shbltin_t*);
|
||||
extern int B_login(int, char*[],Shbltin_t*);
|
||||
extern int b_true(int, char*[],Shbltin_t*);
|
||||
extern int b_false(int, char*[],Shbltin_t*);
|
||||
extern int b_readonly(int, char*[],Shbltin_t*);
|
||||
|
|
|
@ -440,7 +440,7 @@ fi
|
|||
[ foo \< bar ] 2>/dev/null
|
||||
(($?==1)) || err_exit '[ foo \< bar ] not working'
|
||||
[ foo \> bar ] 2>/dev/null
|
||||
(($?==1)) || err_exit '[ foo \> bar ] not working'
|
||||
(($?==0)) || err_exit '[ foo \> bar ] not working'
|
||||
|
||||
# as of 2021-11-13, test also supports =~
|
||||
[ att_ =~ '(att|cus)_.*' ] 2>/dev/null || err_exit 'test/[: =~ ERE not working'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue