nixos/tests/ipfs: Simplify FUSE test

Co-authored-by: Luflosi <Luflosi@users.noreply.github.com>
(cherry picked from commit 664dab9574)
This commit is contained in:
Max
2022-06-13 21:01:32 +02:00
committed by github-actions[bot]
parent 85aca560fe
commit 754b9ff77e

View File

@@ -51,7 +51,7 @@ import ./make-test-python.nix ({ pkgs, ...} : {
# Test FUSE mountpoint
ipfs_hash = fuse.succeed(
"echo fnord3 | ipfs --api /ip4/127.0.0.1/tcp/2324 add | awk '{ print $2 }'"
"echo fnord3 | ipfs --api /ip4/127.0.0.1/tcp/2324 add --quieter"
)
fuse.succeed(f"cat /ipfs/{ipfs_hash.strip()} | grep fnord3")