Commit e4997b0c authored by Alberto Miranda's avatar Alberto Miranda ♨️ Committed by Marc Vef
Browse files

Add example check on stdout and stderr to test_cp

parent c931edb6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,3 +24,5 @@ def test_cp(gkfs_daemon, gkfs_shell, file_factory):
    logger.debug("copying into gkfs")
    cmd = gkfs_shell.cp(lf01.pathname, gkfs_daemon.mountdir)
    assert cmd.exit_code == 0
    assert cmd.stdout.decode() == ''
    assert cmd.stderr.decode() == ''