Skip to content

Commit e8c6925

Browse files
committed
testnet-test-write-and-read: use --share
After merging masala's fix for parsing read-only handles from privacylab#110 this works now.
1 parent 11a0333 commit e8c6925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ testnet-test-write-and-read: $(net_name)/running.stamp
7575
$(docker) run --rm --network host -it -v ./$(net_name):/talek_shared -w /talek_shared talek-cli:latest bash -c " \
7676
rm -f test_output.log && \
7777
talekclient --verbose --create --topic writehandle && \
78-
cp writehandle readhandle && \
78+
talekclient --verbose --topic writehandle --share readhandle && \
7979
talekclient --verbose --topic writehandle --write Hello1 && \
8080
talekclient --verbose --topic writehandle --write Hello2 && \
8181
talekclient --verbose --topic writehandle --write Hello3 && \

0 commit comments

Comments
 (0)