diff options
| author | Max <max@privatevoid.net> | 2022-06-13 21:01:32 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-06-28 17:01:02 +0000 |
| commit | 754b9ff77e56e1d63ca5f36e7c8f6316693f2eb8 (patch) | |
| tree | b183e9d2e93213d4c66bf25a28a0ad2ef4d0d285 | |
| parent | nixos/ipfs: test FUSE mount (diff) | |
| download | nixpkgs-origin/backport-166340-to-release-22.05.tar.gz | |
nixos/tests/ipfs: Simplify FUSE testorigin/backport-166340-to-release-22.05
Co-authored-by: Luflosi <Luflosi@users.noreply.github.com>
(cherry picked from commit 664dab95743b9e11402d41dbedb1c8da6af163f6)
| -rw-r--r-- | nixos/tests/ipfs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/ipfs.nix b/nixos/tests/ipfs.nix index 1fd0ef9d8bda..295a7b9c7273 100644 --- a/nixos/tests/ipfs.nix +++ b/nixos/tests/ipfs.nix @@ -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") |
