summaryrefslogtreecommitdiffstats
path: root/src/util/dict_test.ref
blob: 54e91f88d4e5ea8f168e87db7396aa7091275f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
owner=untrusted (uid=USER)
> del bar
bar: deleted
> get bar
bar: not found
> get nonexist
nonexist: not found
> del nonexist
nonexist: not found
> get foo
foo=fooval
> del foo
foo: deleted
> put baz bazval
> get baz
baz=bazval
> del baz
baz: deleted
> get baz
baz: not found