aboutsummaryrefslogtreecommitdiff
path: root/fuzz/gdbm_fuzzer.rc
blob: 9bced00357c1ba897ab2dc762d85b4171254d96c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Run commands for gdbm_fuzzer
# Copyright (C) 2021-2022 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
set errorexit
open
set noerrorexit
set errormask
avail 
cache 
count 
dir 
header 
current 
first 
next 
status 
set coalesce 
set centfree 
recover 
reorganize 
fetch 1 
delete 1 
store 1 1 
delete 1 
bucket 1 
upgrade 
downgrade 
close 
quit

Return to:

Send suggestions and report system problems to the System administrator.