Commit 00123e7f authored by Ramon Nou's avatar Ramon Nou
Browse files

Fix syscall_no_intercept function by adding return statement and rename test function for clarity

parent 92dcb952
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ def test_write_proxy(gkfs_daemon_proxy, gkfs_proxy, gkfs_client_proxy):
    assert ret.retval == 0
    assert ret.statbuf.st_size == (len(str1) + len(str2) + len(str3))

def test_write(gkfs_daemon, gkfs_clientLibc):
def test_write_libc(gkfs_daemon, gkfs_clientLibc):

    file = gkfs_daemon.mountdir / "file"