1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

tests/options.sh: add forgotten SHOPT_BRACEPAT check (re: af5f7acf)

This commit is contained in:
Martijn Dekker 2021-02-15 01:57:17 +00:00
parent af5f7acf99
commit 5be585f45b
2 changed files with 2 additions and 1 deletions

View file

@ -53,7 +53,6 @@ struct shtable3
#define sh_lookup(name,value) (sh_locate(name,(Shtable_t*)(value),sizeof(*(value)))->sh_number)
extern const Shtable_t shtab_testops[];
extern const Shtable_t shtab_options[];
extern const Shtable_t shtab_options_posix[];
extern const Shtable_t shtab_attributes[];
extern const struct shtable2 shtab_variables[];
extern const struct shtable2 shtab_aliases[];