second simple test

This commit is contained in:
Remzi Arpaci-Dusseau
2021-09-02 14:58:20 -05:00
parent bceb8a284d
commit 6f5252aa37
5 changed files with 4 additions and 0 deletions

1
initial-kv/tests/2.desc Normal file
View File

@@ -0,0 +1 @@
Single put and get

0
initial-kv/tests/2.err Normal file
View File

1
initial-kv/tests/2.out Normal file
View File

@@ -0,0 +1 @@
1,1

1
initial-kv/tests/2.rc Normal file
View File

@@ -0,0 +1 @@
0

1
initial-kv/tests/2.run Normal file
View File

@@ -0,0 +1 @@
./kv p,1,1; ./kv g,1