diff options
Diffstat (limited to 'Test')
| -rw-r--r-- | Test/C02cond.ztst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst index daea5b4f8..3910f705f 100644 --- a/Test/C02cond.ztst +++ b/Test/C02cond.ztst @@ -214,6 +214,12 @@ F:scenario if you encounter it. [ '' != bar -a '' = '' ] 0:strings with `[' builtin + [ zzd '>' zzb -a e '<' x ] +0:string comparisons with `[' builtin + + [ -o \> -a ] +0:string comparison with strings that look like operators + [ `echo 0` -lt `echo 1` ] 0:substitution in `[' builtin |
